c

controller-features

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