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