AbcDatalog is published to Maven Central under the coordinatesDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/HarvardPL/AbcDatalog/llms.txt
Use this file to discover all available pages before exploring further.
io.github.harvardpl:AbcDatalog. You can add it as a library dependency using Maven or Gradle, download a pre-built fat JAR for standalone use, or build from source. All methods require Java 21 or later.
Installation methods
- Maven
- Gradle
- Pre-built JAR
Add the following dependency to your project’s Run
pom.xml:pom.xml
mvn install to download the dependency and make it available to your project.Requirements
- Java 21+ — required for all installation methods.
- Maven — required only when building from source or when using the Maven dependency. Not required to run the pre-built JAR.
Building from source
If you want to build AbcDatalog yourself, clone the repository and run Maven’spackage goal from the project root: