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