is not current version
Last Version 0.24

net.named-data:jndn 0.10

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.

Categories

Categories

Data Net
GroupId

GroupId

net.named-data
ArtifactId

ArtifactId

jndn
Version

Version

0.10
Type

Type

jar

Download jndn 0.10


<!-- https://jarcasting.com/artifacts/net.named-data/jndn/ -->
<dependency>
    <groupId>net.named-data</groupId>
    <artifactId>jndn</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data/jndn/
implementation 'net.named-data:jndn:0.10'
// https://jarcasting.com/artifacts/net.named-data/jndn/
implementation ("net.named-data:jndn:0.10")
'net.named-data:jndn:jar:0.10'
<dependency org="net.named-data" name="jndn" rev="0.10">
  <artifact name="jndn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data', module='jndn', version='0.10')
)
libraryDependencies += "net.named-data" % "jndn" % "0.10"
[net.named-data/jndn "0.10"]