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