Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 799 Bytes

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.