MVN

org.opendaylight.controller : protocol-framework

Maven & Gradle

Apr 28, 2018
36 usages

Common protocol framework

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>protocol-framework</artifactId>
    <version>0.9.4-Carbon</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.4-Carbon

All Versions

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

Version Vulnerabilities Updated
0.9.x
protocol-framework-0.9.4-Carbon
protocol-framework-0.9.3-Carbon
protocol-framework-0.9.2-Carbon
protocol-framework-0.9.1-Carbon
protocol-framework-0.9.0-Carbon
0.8.x
protocol-framework-0.8.4-Boron-SR4
protocol-framework-0.8.3-Boron-SR3
protocol-framework-0.8.2-Boron-SR2
protocol-framework-0.8.1-Boron-SR1
protocol-framework-0.8.0-Boron
0.7.x
protocol-framework-0.7.4-Beryllium-SR4
protocol-framework-0.7.3-Beryllium-SR3
protocol-framework-0.7.2-Beryllium-SR2
protocol-framework-0.7.1-Beryllium-SR1
protocol-framework-0.7.0-Beryllium
0.6.x
protocol-framework-0.6.4-Lithium-SR4
protocol-framework-0.6.3-Lithium-SR3
protocol-framework-0.6.2-Lithium-SR2
protocol-framework-0.6.1-Lithium-SR1
protocol-framework-0.6.0-Lithium
0.5.x
protocol-framework-0.5.4-Helium-SR4
protocol-framework-0.5.3-Helium-SR3
protocol-framework-0.5.2-Helium-SR2
protocol-framework-0.5.1-Helium-SR1.1
protocol-framework-0.5.1-Helium-SR1
protocol-framework-0.5.0-Helium
0.4.x
protocol-framework-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>protocol-framework</artifactId>
    <version>0.9.4-Carbon</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.controller:protocol-framework:0.9.4-Carbon'

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

implementation("org.opendaylight.controller:protocol-framework:0.9.4-Carbon")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.controller" % "protocol-framework" % "0.9.4-Carbon"