Download weupnp-0.1.4.jar file - Jar w

Jar examples for w:weupnp

Description

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.4 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add weupnp-0.1.4.jar to your project.

<dependency>
   <groupId>org.bitlet</groupId>
   <artifactId>weupnp</artifactId>
   <version>0.1.4</version>
</dependency>
compile group: 'org.bitlet', name: 'weupnp', version: '0.1.4'
libraryDependencies += "org.bitlet" % "weupnp" % "0.1.4"
<dependency org="org.bitlet" name="weupnp" rev="0.1.4"/>
@Grapes(@Grab(group='org.bitlet', module='weupnp', version='0.1.4'))
'org.bitlet:weupnp:jar:0.1.4'

Download

Click the following link to download the jar file.

weupnp-0.1.4-javadoc.jar
weupnp-0.1.4-sources.jar
weupnp-0.1.4.jar
weupnp-0.1.4.pom



Related Tutorials