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