is not current version
Last Version 0.1.4

org.bitlet:weupnp 0.1.2

Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices.

GroupId

GroupId

org.bitlet
ArtifactId

ArtifactId

weupnp
Version

Version

0.1.2
Type

Type

jar

Download weupnp 0.1.2


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