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.13.jar download
jndn-0.13.pom download
jndn-0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>net.named-data</groupId>
  <artifactId>jndn</artifactId>
  <version>0.13</version>
</dependency>
Gradle Groovy
implementation 'net.named-data:jndn:0.13'
Gradle Kotlin
implementation("net.named-data:jndn:0.13")
Scala SBT
libraryDependencies += "net.named-data" % "jndn" % "0.13"
Groovy Grape
@Grapes(
  @Grab(group='net.named-data', module='jndn', version='0.13')
)
Apache Ivy
<dependency org="net.named-data" name="jndn" rev="0.13" />
Leiningen
[net.named-data/jndn "0.13"]
Apache Buildr
'net.named-data:jndn:jar:0.13'
Dependencies