License |
License |
---|---|
GroupId | GroupIdde.javawi.jstun |
ArtifactId | ArtifactIdjstun |
Version | Version0.7.4 |
Type | Typejar |
Description |
DescriptionJSTUN
"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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jstun-0.7.4.pom | |
jstun-0.7.4.jar | 69 KB |
jstun-0.7.4-sources.jar | 38 KB |
jstun-0.7.4-javadoc.jar | 256 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 Optional | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |