is not current version
Last Version 0.24

net.named-data:jndn 0.23

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.23
Type

Type

jar

Download jndn 0.23


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