Jar examples for 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.
You can download jar file jndn 0.6 in this page.
LGPL v3
You can use the following script to add jndn-0.6.jar to your project.
<dependency> <groupId>net.named-data</groupId> <artifactId>jndn</artifactId> <version>0.6</version> </dependency>
compile group: 'net.named-data', name: 'jndn', version: '0.6'
libraryDependencies += "net.named-data" % "jndn" % "0.6"
<dependency org="net.named-data" name="jndn" rev="0.6"/>
@Grapes(@Grab(group='net.named-data', module='jndn', version='0.6'))
'net.named-data:jndn:jar:0.6'
Click the following link to download the jar file.
jndn-0.6-javadoc.jar