文件下载
文件名 操作
parser-theory-0.32.5.jar 下载
parser-theory-0.32.5.pom 下载
parser-theory-0.32.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.unibo.tuprolog</groupId>
  <artifactId>parser-theory</artifactId>
  <version>0.32.5</version>
</dependency>
Gradle Groovy
implementation 'it.unibo.tuprolog:parser-theory:0.32.5'
Gradle Kotlin
implementation("it.unibo.tuprolog:parser-theory:0.32.5")
Scala SBT
libraryDependencies += "it.unibo.tuprolog" % "parser-theory" % "0.32.5"
Groovy Grape
@Grapes(
  @Grab(group='it.unibo.tuprolog', module='parser-theory', version='0.32.5')
)
Apache Ivy
<dependency org="it.unibo.tuprolog" name="parser-theory" rev="0.32.5" />
Leiningen
[it.unibo.tuprolog/parser-theory "0.32.5"]
Apache Buildr
'it.unibo.tuprolog:parser-theory:jar:0.32.5'