c

cds-mgmt-api

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