w

weupnp

Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices.
https://github.com/bitletorg/weupnp
GNU Lesser General Public License (LGPL)
Alessandro Bahgat Shehata Daniele Castagna Cristopher Cyll
Files download
File Operation
weupnp-0.1.2.jar download
weupnp-0.1.2.pom download
weupnp-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitlet</groupId>
  <artifactId>weupnp</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.bitlet:weupnp:0.1.2'
Gradle Kotlin
implementation("org.bitlet:weupnp:0.1.2")
Scala SBT
libraryDependencies += "org.bitlet" % "weupnp" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bitlet', module='weupnp', version='0.1.2')
)
Apache Ivy
<dependency org="org.bitlet" name="weupnp" rev="0.1.2" />
Leiningen
[org.bitlet/weupnp "0.1.2"]
Apache Buildr
'org.bitlet:weupnp:jar:0.1.2'