GroupId | GroupIdit.unibo.tuprolog |
---|---|
ArtifactId | ArtifactIdrepl |
Version | Version0.14.11 |
Type | Typepom |
Filename | Size |
---|---|
repl-0.14.11.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/it.unibo.tuprolog/repl/ -->
<dependency>
<groupId>it.unibo.tuprolog</groupId>
<artifactId>repl</artifactId>
<version>0.14.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.unibo.tuprolog/repl/
implementation 'it.unibo.tuprolog:repl:0.14.11'
// https://jarcasting.com/artifacts/it.unibo.tuprolog/repl/
implementation ("it.unibo.tuprolog:repl:0.14.11")
'it.unibo.tuprolog:repl:pom:0.14.11'
<dependency org="it.unibo.tuprolog" name="repl" rev="0.14.11">
<artifact name="repl" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.unibo.tuprolog', module='repl', version='0.14.11')
)
libraryDependencies += "it.unibo.tuprolog" % "repl" % "0.14.11"
[it.unibo.tuprolog/repl "0.14.11"]