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