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