m

md-sal-config

Configuration files for md-sal
Files download
File Operation
md-sal-config-1.2.4-Lithium-SR4.jar download
md-sal-config-1.2.4-Lithium-SR4.pom download
md-sal-config-1.2.4-Lithium-SR4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>md-sal-config</artifactId>
  <version>1.2.4-Lithium-SR4</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:md-sal-config:1.2.4-Lithium-SR4'
Gradle Kotlin
implementation("org.opendaylight.controller:md-sal-config:1.2.4-Lithium-SR4")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "md-sal-config" % "1.2.4-Lithium-SR4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='md-sal-config', version='1.2.4-Lithium-SR4')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="md-sal-config" rev="1.2.4-Lithium-SR4" />
Leiningen
[org.opendaylight.controller/md-sal-config "1.2.4-Lithium-SR4"]
Apache Buildr
'org.opendaylight.controller:md-sal-config:jar:1.2.4-Lithium-SR4'