Last Version

jndn 0.24

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.

License

License

Categories

Categories

Data Net
GroupId

GroupId

net.named-data
ArtifactId

ArtifactId

jndn
Version

Version

0.24
Type

Type

jar
Description

Description

jndn
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

http://github.com/named-data/jndn
Source Code Management

Source Code Management

https://github.com/named-data/jndn

Download jndn 0.24


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.xerial : sqlite-jdbc jar 3.23.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.