License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.californium |
ArtifactId | ArtifactIdcf-nat |
Version | Version3.0.0-M4 |
Type | Typejar |
Description |
DescriptionCf-NAT
Californium (Cf) NAT implementation for test related to address changes
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cf-nat-3.0.0-M4.pom | |
cf-nat-3.0.0-M4.jar | 919 KB |
cf-nat-3.0.0-M4-sources.jar | 27 KB |
cf-nat-3.0.0-M4-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.californium/cf-nat/ -->
<dependency>
<groupId>org.eclipse.californium</groupId>
<artifactId>cf-nat</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.californium/cf-nat/
implementation 'org.eclipse.californium:cf-nat:3.0.0-M4'
// https://jarcasting.com/artifacts/org.eclipse.californium/cf-nat/
implementation ("org.eclipse.californium:cf-nat:3.0.0-M4")
'org.eclipse.californium:cf-nat:jar:3.0.0-M4'
<dependency org="org.eclipse.californium" name="cf-nat" rev="3.0.0-M4">
<artifact name="cf-nat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.californium', module='cf-nat', version='3.0.0-M4')
)
libraryDependencies += "org.eclipse.californium" % "cf-nat" % "3.0.0-M4"
[org.eclipse.californium/cf-nat "3.0.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.californium : californium-legal | jar | 3.0.0-M4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |