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