c

cds-mgmt-api

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