is not current version
Last Version 2.6.1

org.jupnp:jupnp 2.3.0

UPnP/DLNA library for Java

GroupId

GroupId

org.jupnp
ArtifactId

ArtifactId

jupnp
Version

Version

2.3.0
Type

Type

pom

Download jupnp 2.3.0

Filename Size
jupnp-2.3.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jupnp/jupnp/ -->
<dependency>
    <groupId>org.jupnp</groupId>
    <artifactId>jupnp</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jupnp/jupnp/
implementation 'org.jupnp:jupnp:2.3.0'
// https://jarcasting.com/artifacts/org.jupnp/jupnp/
implementation ("org.jupnp:jupnp:2.3.0")
'org.jupnp:jupnp:pom:2.3.0'
<dependency org="org.jupnp" name="jupnp" rev="2.3.0">
  <artifact name="jupnp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jupnp', module='jupnp', version='2.3.0')
)
libraryDependencies += "org.jupnp" % "jupnp" % "2.3.0"
[org.jupnp/jupnp "2.3.0"]