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