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