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.

License

License

GNU Lesser General Public License (LGPL)
GroupId

GroupId

org.bitlet
ArtifactId

ArtifactId

weupnp
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/bitletorg/weupnp
Source Code Management

Source Code Management

https://github.com/bitletorg/weupnp

Download weupnp

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

weupnp

A lightweight Java library designed to implement the UPnP protocol and handle port mappings on Gateway Devices.

You can find more information on the library at the project website: http://bitletorg.github.io/weupnp/

If you use Maven, you can start using weupnp by including the following dependency:

<dependency>
    <groupId>org.bitlet</groupId>
    <artifactId>weupnp</artifactId>
    <version>RELEASE</version>
</dependency>

We recommend starting development against the latest released version and pin it's version in your release pom.xml so that you can control which version you use. The list of released versions is available on the Maven Central Repository.

org.bitlet

BitLet.org

Versions

Version
0.1.4
0.1.3
0.1.2