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