j

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.
http://github.com/named-data/jndn
LGPL v3
Regents of the University of California
Files download
File Operation
jndn-0.7.1.jar download
jndn-0.7.1.pom download
jndn-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.named-data</groupId>
  <artifactId>jndn</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'net.named-data:jndn:0.7.1'
Gradle Kotlin
implementation("net.named-data:jndn:0.7.1")
Scala SBT
libraryDependencies += "net.named-data" % "jndn" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='net.named-data', module='jndn', version='0.7.1')
)
Apache Ivy
<dependency org="net.named-data" name="jndn" rev="0.7.1" />
Leiningen
[net.named-data/jndn "0.7.1"]
Apache Buildr
'net.named-data:jndn:jar:0.7.1'
Dependencies