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