MVN

org.opendaylight.controller : odl-controller-exp-netty-config

Maven & Gradle

Jul 26, 2023
10 usages

OpenDaylight :: Controller :: Experimental :: Netty Configuration · Common configuration for Netty resources

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>odl-controller-exp-netty-config</artifactId>
    <version>7.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.controller : odl-controller-exp-netty-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.9

All Versions

Choose a version of org.opendaylight.controller : odl-controller-exp-netty-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
odl-controller-exp-netty-config-8.0.0
7.0.x
odl-controller-exp-netty-config-7.0.9
odl-controller-exp-netty-config-7.0.8
odl-controller-exp-netty-config-7.0.7
odl-controller-exp-netty-config-7.0.6
odl-controller-exp-netty-config-7.0.5
odl-controller-exp-netty-config-7.0.4
odl-controller-exp-netty-config-7.0.3
odl-controller-exp-netty-config-7.0.2
odl-controller-exp-netty-config-7.0.1
odl-controller-exp-netty-config-7.0.0
6.0.x
odl-controller-exp-netty-config-6.0.9
odl-controller-exp-netty-config-6.0.8
odl-controller-exp-netty-config-6.0.7
odl-controller-exp-netty-config-6.0.6
odl-controller-exp-netty-config-6.0.5
odl-controller-exp-netty-config-6.0.4
odl-controller-exp-netty-config-6.0.3
odl-controller-exp-netty-config-6.0.2
odl-controller-exp-netty-config-6.0.1
odl-controller-exp-netty-config-6.0.0
5.0.x
odl-controller-exp-netty-config-5.0.9
odl-controller-exp-netty-config-5.0.8
odl-controller-exp-netty-config-5.0.7
odl-controller-exp-netty-config-5.0.6
odl-controller-exp-netty-config-5.0.5
odl-controller-exp-netty-config-5.0.4
odl-controller-exp-netty-config-5.0.3
odl-controller-exp-netty-config-5.0.2
odl-controller-exp-netty-config-5.0.1
odl-controller-exp-netty-config-5.0.0
4.0.x
odl-controller-exp-netty-config-4.0.13
odl-controller-exp-netty-config-4.0.12
odl-controller-exp-netty-config-4.0.11
odl-controller-exp-netty-config-4.0.10
odl-controller-exp-netty-config-4.0.9
odl-controller-exp-netty-config-4.0.8
odl-controller-exp-netty-config-4.0.7
odl-controller-exp-netty-config-4.0.6
odl-controller-exp-netty-config-4.0.5
odl-controller-exp-netty-config-4.0.4
odl-controller-exp-netty-config-4.0.3
odl-controller-exp-netty-config-4.0.2
odl-controller-exp-netty-config-4.0.1
odl-controller-exp-netty-config-4.0.0
3.0.x
odl-controller-exp-netty-config-3.0.16
odl-controller-exp-netty-config-3.0.15
odl-controller-exp-netty-config-3.0.14
odl-controller-exp-netty-config-3.0.13
odl-controller-exp-netty-config-3.0.12
odl-controller-exp-netty-config-3.0.11
odl-controller-exp-netty-config-3.0.10
odl-controller-exp-netty-config-3.0.9
odl-controller-exp-netty-config-3.0.8
odl-controller-exp-netty-config-3.0.7
odl-controller-exp-netty-config-3.0.6
odl-controller-exp-netty-config-3.0.5
odl-controller-exp-netty-config-3.0.4
odl-controller-exp-netty-config-3.0.3
odl-controller-exp-netty-config-3.0.2
odl-controller-exp-netty-config-3.0.1
odl-controller-exp-netty-config-3.0.0
2.0.x
odl-controller-exp-netty-config-2.0.10
odl-controller-exp-netty-config-2.0.9
odl-controller-exp-netty-config-2.0.8
odl-controller-exp-netty-config-2.0.7
odl-controller-exp-netty-config-2.0.6
odl-controller-exp-netty-config-2.0.5
odl-controller-exp-netty-config-2.0.4
odl-controller-exp-netty-config-2.0.3
odl-controller-exp-netty-config-2.0.2
odl-controller-exp-netty-config-2.0.1
odl-controller-exp-netty-config-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>odl-controller-exp-netty-config</artifactId>
    <version>7.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.controller : odl-controller-exp-netty-config gradle dependency to your build.gradle file:

implementation 'org.opendaylight.controller:odl-controller-exp-netty-config:7.0.9'

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

implementation("org.opendaylight.controller:odl-controller-exp-netty-config:7.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.controller : odl-controller-exp-netty-config sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.controller" % "odl-controller-exp-netty-config" % "7.0.9"

Advertisement

Dependencies from Group

Discover Dependencies

Aug 01, 2023
8 usages
380 stars
Aug 01, 2023
8 usages
380 stars
Jul 01, 2020
7 usages
3.9k stars
Aug 25, 2023
15 usages
11.9k stars
Aug 25, 2020
8 usages
Sep 30, 2021
7 usages
10 stars
Sep 30, 2021
7 usages
10 stars
Jul 28, 2023
8 usages
6 stars
Jun 15, 2023
7 usages
675 stars