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