n

netty-threadgroup-config

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