Last Version

JSTUN 0.7.4

"JSTUN" is a Java-based STUN (Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translation (NAT)) implementation. STUN provides a mean for applications to discover the presence and type of firewalls or NATs between them and the public internet. Additionally, in presence of a NAT STUN can be used by applications to learn the public Internet Protocol (IP) address assigned to the NAT.

License

License

GroupId

GroupId

de.javawi.jstun
ArtifactId

ArtifactId

jstun
Version

Version

0.7.4
Type

Type

jar
Description

Description

JSTUN
"JSTUN" is a Java-based STUN (Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translation (NAT)) implementation. STUN provides a mean for applications to discover the presence and type of firewalls or NATs between them and the public internet. Additionally, in presence of a NAT STUN can be used by applications to learn the public Internet Protocol (IP) address assigned to the NAT.
Project URL

Project URL

http://jstun.javawi.de
Source Code Management

Source Code Management

https://github.com/tking/JSTUN

Download jstun 0.7.4


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 Optional jar 1.7.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.