o

odl-ovsdb-southbound-impl

Files download
File Operation
odl-ovsdb-southbound-impl-1.18.0.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>odl-ovsdb-southbound-impl</artifactId>
  <version>1.18.0</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:odl-ovsdb-southbound-impl:1.18.0'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:odl-ovsdb-southbound-impl:1.18.0")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "odl-ovsdb-southbound-impl" % "1.18.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='odl-ovsdb-southbound-impl', version='1.18.0')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="odl-ovsdb-southbound-impl" rev="1.18.0" />
Leiningen
[org.opendaylight.ovsdb/odl-ovsdb-southbound-impl "1.18.0"]
Apache Buildr
'org.opendaylight.ovsdb:odl-ovsdb-southbound-impl:jar:1.18.0'