s

schema.hardwarevtep

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