MVN

com.vmware.ovsdb : ovsdb-client-library

Maven & Gradle

Jul 14, 2018
12 stars

OVSDB Client Library · An OVSDB client for interacting with an OVSDB server.

<dependency>
    <groupId>com.vmware.ovsdb</groupId>
    <artifactId>ovsdb-client-library</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmware.ovsdb : ovsdb-client-library to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.vmware.ovsdb : ovsdb-client-library to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ovsdb-client-library-1.0.1
ovsdb-client-library-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vmware.ovsdb</groupId>
    <artifactId>ovsdb-client-library</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement