| Группа | Группаit.uniroma2.art.coda |
|---|---|
| Идентификатор | Идентификаторcoda-osgi |
| Версия | Версия1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| coda-osgi-1.4.pom | |
| coda-osgi-1.4.jar | 16 KB |
| coda-osgi-1.4-sources.jar | 8 KB |
| coda-osgi-1.4-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-osgi/ -->
<dependency>
<groupId>it.uniroma2.art.coda</groupId>
<artifactId>coda-osgi</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-osgi/
implementation 'it.uniroma2.art.coda:coda-osgi:1.4'
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda-osgi/
implementation ("it.uniroma2.art.coda:coda-osgi:1.4")
'it.uniroma2.art.coda:coda-osgi:jar:1.4'
<dependency org="it.uniroma2.art.coda" name="coda-osgi" rev="1.4">
<artifact name="coda-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.coda', module='coda-osgi', version='1.4')
)
libraryDependencies += "it.uniroma2.art.coda" % "coda-osgi" % "1.4"
[it.uniroma2.art.coda/coda-osgi "1.4"]