MVN

org.opendaylight.odlparent : odl-asm

Maven & Gradle

Jun 25, 2023

OpenDaylight :: ASM · ASM

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-asm</artifactId>
    <version>13.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.odlparent : odl-asm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0.3

All Versions

Choose a version of org.opendaylight.odlparent : odl-asm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
odl-asm-13.0.3
odl-asm-13.0.2
odl-asm-13.0.1
odl-asm-13.0.0
12.0.x
odl-asm-12.0.6
odl-asm-12.0.5
odl-asm-12.0.4
odl-asm-12.0.3
odl-asm-12.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-asm</artifactId>
    <version>13.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.odlparent : odl-asm gradle dependency to your build.gradle file:

implementation 'org.opendaylight.odlparent:odl-asm:13.0.3'

Gradle Kotlin DSL: Add the following org.opendaylight.odlparent : odl-asm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.odlparent:odl-asm:13.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.odlparent : odl-asm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.odlparent" % "odl-asm" % "13.0.3"