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