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