文件下载
文件名 操作
schema.openvswitch-1.8.3.jar 下载
schema.openvswitch-1.8.3.pom 下载
schema.openvswitch-1.8.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>schema.openvswitch</artifactId>
  <version>1.8.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:schema.openvswitch:1.8.3'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:schema.openvswitch:1.8.3")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "schema.openvswitch" % "1.8.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='schema.openvswitch', version='1.8.3')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="schema.openvswitch" rev="1.8.3" />
Leiningen
[org.opendaylight.ovsdb/schema.openvswitch "1.8.3"]
Apache Buildr
'org.opendaylight.ovsdb:schema.openvswitch:jar:1.8.3'