is not current version
Last Version 1.0.1

com.vmware.ovsdb:ovsdb-client-library 1.0.0

An OVSDB client for interacting with an OVSDB server.

Categories

Categories

VMware Container Virtualization Tools CLI User Interface
GroupId

GroupId

com.vmware.ovsdb
ArtifactId

ArtifactId

ovsdb-client-library
Version

Version

1.0.0
Type

Type

pom

Download ovsdb-client-library 1.0.0


<!-- https://jarcasting.com/artifacts/com.vmware.ovsdb/ovsdb-client-library/ -->
<dependency>
    <groupId>com.vmware.ovsdb</groupId>
    <artifactId>ovsdb-client-library</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.ovsdb/ovsdb-client-library/
implementation 'com.vmware.ovsdb:ovsdb-client-library:1.0.0'
// https://jarcasting.com/artifacts/com.vmware.ovsdb/ovsdb-client-library/
implementation ("com.vmware.ovsdb:ovsdb-client-library:1.0.0")
'com.vmware.ovsdb:ovsdb-client-library:pom:1.0.0'
<dependency org="com.vmware.ovsdb" name="ovsdb-client-library" rev="1.0.0">
  <artifact name="ovsdb-client-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vmware.ovsdb', module='ovsdb-client-library', version='1.0.0')
)
libraryDependencies += "com.vmware.ovsdb" % "ovsdb-client-library" % "1.0.0"
[com.vmware.ovsdb/ovsdb-client-library "1.0.0"]