o

odl-controller-exp-netty-config

Common configuration for Netty resources
文件下载
文件名 操作
odl-controller-exp-netty-config-8.0.8.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>odl-controller-exp-netty-config</artifactId>
  <version>8.0.8</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:odl-controller-exp-netty-config:8.0.8'
Gradle Kotlin
implementation("org.opendaylight.controller:odl-controller-exp-netty-config:8.0.8")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "odl-controller-exp-netty-config" % "8.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='odl-controller-exp-netty-config', version='8.0.8')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="odl-controller-exp-netty-config" rev="8.0.8" />
Leiningen
[org.opendaylight.controller/odl-controller-exp-netty-config "8.0.8"]
Apache Buildr
'org.opendaylight.controller:odl-controller-exp-netty-config:jar:8.0.8'