Download jndn-utils-1.1.1.jar file - Jar j

Jar examples for j:jndn-utils

Description

Collection of tools to simplify synchronous and asynchronous data transfer over the NDN network

You can download jar file jndn-utils 1.1.1 in this page.

License

LGPL v3

Build File

You can use the following script to add jndn-utils-1.1.1.jar to your project.

<dependency>
   <groupId>com.intel.jndn.utils</groupId>
   <artifactId>jndn-utils</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.intel.jndn.utils', name: 'jndn-utils', version: '1.1.1'
libraryDependencies += "com.intel.jndn.utils" % "jndn-utils" % "1.1.1"
<dependency org="com.intel.jndn.utils" name="jndn-utils" rev="1.1.1"/>
@Grapes(@Grab(group='com.intel.jndn.utils', module='jndn-utils', version='1.1.1'))
'com.intel.jndn.utils:jndn-utils:jar:1.1.1'

Download

Click the following link to download the jar file.

jndn-utils-1.1.1-javadoc.jar
jndn-utils-1.1.1-sources.jar
jndn-utils-1.1.1.jar
jndn-utils-1.1.1.pom



Related Tutorials