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