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