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