GroupId | GroupIdit.uniroma2.art.coda |
---|---|
ArtifactId | ArtifactIdcoda-standalone |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-standalone/ -->
<dependency>
<groupId>it.uniroma2.art.coda</groupId>
<artifactId>coda-standalone</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-standalone/
implementation 'it.uniroma2.art.coda:coda-standalone:1.1.2'
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-standalone/
implementation ("it.uniroma2.art.coda:coda-standalone:1.1.2")
'it.uniroma2.art.coda:coda-standalone:jar:1.1.2'
<dependency org="it.uniroma2.art.coda" name="coda-standalone" rev="1.1.2">
<artifact name="coda-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.coda', module='coda-standalone', version='1.1.2')
)
libraryDependencies += "it.uniroma2.art.coda" % "coda-standalone" % "1.1.2"
[it.uniroma2.art.coda/coda-standalone "1.1.2"]