t

threadpool-config-impl

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