MVN

org.opendaylight.iotdm : onem2mtsdr-impl

Maven & Gradle

Jun 15, 2017
<dependency>
    <groupId>org.opendaylight.iotdm</groupId>
    <artifactId>onem2mtsdr-impl</artifactId>
    <version>0.2.4-Boron-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.iotdm : onem2mtsdr-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4-Boron-SR4

All Versions

Choose a version of org.opendaylight.iotdm : onem2mtsdr-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
onem2mtsdr-impl-1.0.0-Beryllium-SR2
0.2.x
onem2mtsdr-impl-0.2.4-Boron-SR4
onem2mtsdr-impl-0.2.3-Boron-SR3
onem2mtsdr-impl-0.2.2-Boron-SR2
onem2mtsdr-impl-0.2.1-Boron-SR1
onem2mtsdr-impl-0.2.0-Boron
0.1.x
onem2mtsdr-impl-0.1.4-Beryllium-SR4
onem2mtsdr-impl-0.1.3-Beryllium-SR3

How to add a dependency to Maven

Add the following org.opendaylight.iotdm : onem2mtsdr-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.iotdm</groupId>
    <artifactId>onem2mtsdr-impl</artifactId>
    <version>0.2.4-Boron-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.iotdm : onem2mtsdr-impl gradle dependency to your build.gradle file:

implementation 'org.opendaylight.iotdm:onem2mtsdr-impl:0.2.4-Boron-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.iotdm : onem2mtsdr-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.iotdm:onem2mtsdr-impl:0.2.4-Boron-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.iotdm : onem2mtsdr-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.iotdm" % "onem2mtsdr-impl" % "0.2.4-Boron-SR4"