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