MVN

org.bitlet : weupnp

Maven & Gradle

Oct 07, 2015
14 usages
96 stars

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.

<dependency>
    <groupId>org.bitlet</groupId>
    <artifactId>weupnp</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitlet : weupnp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of org.bitlet : weupnp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
weupnp-0.1.4
weupnp-0.1.3
weupnp-0.1.2

How to add a dependency to Maven

Add the following org.bitlet : weupnp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitlet : weupnp gradle dependency to your build.gradle file:

implementation 'org.bitlet:weupnp:0.1.4'

Gradle Kotlin DSL: Add the following org.bitlet : weupnp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitlet:weupnp:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitlet : weupnp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitlet" % "weupnp" % "0.1.4"