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