не последняя версия
Последняя версия 0.1.4

org.bitlet:weupnp 0.1.3

Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices.

Группа

Группа

org.bitlet
Идентификатор

Идентификатор

weupnp
Версия

Версия

0.1.3
Тип

Тип

jar

Скачать weupnp 0.1.3


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