Jar examples for 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.
You can download jar file weupnp 0.1.2 in this page.
GNU Lesser General Public License (LGPL)
You can use the following script to add weupnp-0.1.2.jar to your project.
<dependency> <groupId>org.bitlet</groupId> <artifactId>weupnp</artifactId> <version>0.1.2</version> </dependency>
compile group: 'org.bitlet', name: 'weupnp', version: '0.1.2'
libraryDependencies += "org.bitlet" % "weupnp" % "0.1.2"
<dependency org="org.bitlet" name="weupnp" rev="0.1.2"/>
@Grapes(@Grab(group='org.bitlet', module='weupnp', version='0.1.2'))
'org.bitlet:weupnp:jar:0.1.2'
Click the following link to download the jar file.
weupnp-0.1.2-javadoc.jar