MVN

net.named-data.jndn-xx : jndn-xx-util

Maven & Gradle

Nov 13, 2017
0 stars

jndn-xx utilities · A set of utility components useful for Named Data Networking (NDN) applications

<dependency>
    <groupId>net.named-data.jndn-xx</groupId>
    <artifactId>jndn-xx-util</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.named-data.jndn-xx : jndn-xx-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of net.named-data.jndn-xx : jndn-xx-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jndn-xx-util-0.0.2
jndn-xx-util-0.0.1

How to add a dependency to Maven

Add the following net.named-data.jndn-xx : jndn-xx-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.named-data.jndn-xx</groupId>
    <artifactId>jndn-xx-util</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.named-data.jndn-xx : jndn-xx-util gradle dependency to your build.gradle file:

implementation 'net.named-data.jndn-xx:jndn-xx-util:0.0.2'

Gradle Kotlin DSL: Add the following net.named-data.jndn-xx : jndn-xx-util gradle kotlin dependency to your build.gradle.kts file:

implementation("net.named-data.jndn-xx:jndn-xx-util:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.named-data.jndn-xx : jndn-xx-util sbt scala dependency to your build.sbt file:

libraryDependencies += "net.named-data.jndn-xx" % "jndn-xx-util" % "0.0.2"