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