org.bitlet/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.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[org.bitlet/weupnp "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

org.bitlet/weupnp {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("org.bitlet:weupnp:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>org.bitlet</groupId>
  <artifactId>weupnp</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>