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