MVN

org.opendaylight.plastic : odl-plastic

Maven & Gradle

Aug 11, 2020
1 usages

odl-plastic · app for mapping xml/json to arbitrary xml/json

<dependency>
    <groupId>org.opendaylight.plastic</groupId>
    <artifactId>odl-plastic</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.2

All Versions

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

Version Vulnerabilities Updated
2.2.x
odl-plastic-2.2.2
odl-plastic-2.2.1
odl-plastic-2.2.0
2.1.x
odl-plastic-2.1.7
odl-plastic-2.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.plastic</groupId>
    <artifactId>odl-plastic</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.plastic:odl-plastic:2.2.2'

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

implementation("org.opendaylight.plastic:odl-plastic:2.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.plastic" % "odl-plastic" % "2.2.2"

Advertisement