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