j

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.
http://jstun.javawi.de
Apache License, Version 2.0 GNU General Public License, Version 2
Thomas King
Files download
File Operation
jstun-0.7.4.jar download
jstun-0.7.4.pom download
jstun-0.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.javawi.jstun</groupId>
  <artifactId>jstun</artifactId>
  <version>0.7.4</version>
</dependency>
Gradle Groovy
implementation 'de.javawi.jstun:jstun:0.7.4'
Gradle Kotlin
implementation("de.javawi.jstun:jstun:0.7.4")
Scala SBT
libraryDependencies += "de.javawi.jstun" % "jstun" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='de.javawi.jstun', module='jstun', version='0.7.4')
)
Apache Ivy
<dependency org="de.javawi.jstun" name="jstun" rev="0.7.4" />
Leiningen
[de.javawi.jstun/jstun "0.7.4"]
Apache Buildr
'de.javawi.jstun:jstun:jar:0.7.4'