n

netty-event-executor-config

Configuration Wrapper around netty's event executor
Files download
File Operation
netty-event-executor-config-0.17.5.jar download
netty-event-executor-config-0.17.5.pom download
netty-event-executor-config-0.17.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>netty-event-executor-config</artifactId>
  <version>0.17.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:netty-event-executor-config:0.17.5'
Gradle Kotlin
implementation("org.opendaylight.controller:netty-event-executor-config:0.17.5")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "netty-event-executor-config" % "0.17.5"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='netty-event-executor-config', version='0.17.5')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="netty-event-executor-config" rev="0.17.5" />
Leiningen
[org.opendaylight.controller/netty-event-executor-config "0.17.5"]
Apache Buildr
'org.opendaylight.controller:netty-event-executor-config:jar:0.17.5'