MVN

org.opendaylight.controller : configuration

Maven & Gradle

Feb 29, 2016
40 usages
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>configuration</artifactId>
    <version>0.5.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.4-Lithium-SR4

All Versions

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

  • Version Updated
  • configuration-0.5.4-Lithium-SR4

    Feb 29, 2016
  • configuration-0.4.1

    Feb 16, 2016
  • configuration-0.5.3-Lithium-SR3

    Nov 24, 2015
  • configuration-0.5.2-Lithium-SR2

    Oct 07, 2015
  • configuration-0.5.1-Lithium-SR1

    Aug 18, 2015
  • configuration-0.4.7-Helium-SR4

    Jul 29, 2015
  • configuration-0.5.0-Lithium

    Jun 23, 2015
  • configuration-0.4.6-Helium-SR3

    Mar 17, 2015
  • configuration-0.4.5-Helium-SR2

    Jan 27, 2015
  • configuration-0.4.4-Helium-SR1.1

    Dec 17, 2014
  • configuration-0.4.4-Helium-SR1

    Nov 06, 2014
  • configuration-0.4.3-Helium

    Oct 02, 2014
  • configuration-0.4.0

    Sep 29, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>configuration</artifactId>
    <version>0.5.4-Lithium-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.controller : configuration gradle dependency to your build.gradle file:

implementation 'org.opendaylight.controller:configuration:0.5.4-Lithium-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.controller : configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.controller:configuration:0.5.4-Lithium-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.controller : configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.controller" % "configuration" % "0.5.4-Lithium-SR4"