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