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