Download jndn-0.13.jar file - Jar j

Jar examples for j:jndn

Description

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.

License

LGPL v3

Build File

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'

Download

Click the following link to download the jar file.

jndn-0.13-javadoc.jar
jndn-0.13-sources.jar
jndn-0.13.jar
jndn-0.13.pom



Related Tutorials