Files download
File Operation
core-0.32.1.jar download
core-0.32.1.pom download
core-0.32.1-sources.jar download
Apache Maven
<dependency>
  <groupId>it.unibo.tuprolog</groupId>
  <artifactId>core</artifactId>
  <version>0.32.1</version>
</dependency>
Gradle Groovy
implementation 'it.unibo.tuprolog:core:0.32.1'
Gradle Kotlin
implementation("it.unibo.tuprolog:core:0.32.1")
Scala SBT
libraryDependencies += "it.unibo.tuprolog" % "core" % "0.32.1"
Groovy Grape
@Grapes(
  @Grab(group='it.unibo.tuprolog', module='core', version='0.32.1')
)
Apache Ivy
<dependency org="it.unibo.tuprolog" name="core" rev="0.32.1" />
Leiningen
[it.unibo.tuprolog/core "0.32.1"]
Apache Buildr
'it.unibo.tuprolog:core:jar:0.32.1'