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