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