| License |
License |
|---|---|
| Categories |
CategoriesData Net |
| GroupId | GroupIdnet.named-data |
| ArtifactId | ArtifactIdjndn |
| Version | Version0.24 |
| Type | Typejar |
| Description |
Descriptionjndn
jNDN is a new implementation of a Named Data Networking client library written in Java. It is wire format compatible with the new NDN-TLV encoding, with NDNx and PARC's CCNx.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jndn-0.24.pom | |
| jndn-0.24.jar | 714 KB |
| jndn-0.24-sources.jar | 564 KB |
| jndn-0.24-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.named-data/jndn/ -->
<dependency>
<groupId>net.named-data</groupId>
<artifactId>jndn</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data/jndn/
implementation 'net.named-data:jndn:0.24'
// https://jarcasting.com/artifacts/net.named-data/jndn/
implementation ("net.named-data:jndn:0.24")
'net.named-data:jndn:jar:0.24'
<dependency org="net.named-data" name="jndn" rev="0.24">
<artifact name="jndn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data', module='jndn', version='0.24')
)
libraryDependencies += "net.named-data" % "jndn" % "0.24"
[net.named-data/jndn "0.24"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.xerial : sqlite-jdbc | jar | 3.23.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |