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