MVN

com.intel.jndn.utils : jndn-utils

Maven & Gradle

Oct 05, 2016
2 usages
1 stars

jndn-utils · Collection of tools to simplify synchronous and asynchronous data transfer over the NDN network

<dependency>
    <groupId>com.intel.jndn.utils</groupId>
    <artifactId>jndn-utils</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intel.jndn.utils : jndn-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.intel.jndn.utils : jndn-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jndn-utils-1.1.1
jndn-utils-1.1.0
1.0.x
jndn-utils-1.0.4
jndn-utils-1.0.3
jndn-utils-1.0.2
jndn-utils-1.0.0
0.10.x
jndn-utils-0.10.2
jndn-utils-0.10.1
jndn-utils-0.10.0
0.9.x
jndn-utils-0.9.9
jndn-utils-0.9.8
jndn-utils-0.9.7
jndn-utils-0.9.6
jndn-utils-0.9.5
jndn-utils-0.9.4
jndn-utils-0.9.3

How to add a dependency to Maven

Add the following com.intel.jndn.utils : jndn-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intel.jndn.utils</groupId>
    <artifactId>jndn-utils</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intel.jndn.utils : jndn-utils gradle dependency to your build.gradle file:

implementation 'com.intel.jndn.utils:jndn-utils:1.1.1'

Gradle Kotlin DSL: Add the following com.intel.jndn.utils : jndn-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intel.jndn.utils:jndn-utils:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intel.jndn.utils : jndn-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intel.jndn.utils" % "jndn-utils" % "1.1.1"