n

netty-threadgroup-config

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