License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.californium |
ArtifactId | ArtifactIdcf-nat |
Version | Version3.0.0-M1 |
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-M1.pom | |
cf-nat-3.0.0-M1.jar | 919 KB |
cf-nat-3.0.0-M1-sources.jar | 27 KB |
cf-nat-3.0.0-M1-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-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.californium/cf-nat/
implementation 'org.eclipse.californium:cf-nat:3.0.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.californium/cf-nat/
implementation ("org.eclipse.californium:cf-nat:3.0.0-M1")
'org.eclipse.californium:cf-nat:jar:3.0.0-M1'
<dependency org="org.eclipse.californium" name="cf-nat" rev="3.0.0-M1">
<artifact name="cf-nat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.californium', module='cf-nat', version='3.0.0-M1')
)
libraryDependencies += "org.eclipse.californium" % "cf-nat" % "3.0.0-M1"
[org.eclipse.californium/cf-nat "3.0.0-M1"]
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-M1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |