| GroupId | GroupIdorg.opendaylight.ovsdb | 
|---|---|
| ArtifactId | ArtifactIdovsdb-ui-module | 
| Version | Version0.1.1-Lithium-SR4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/ -->
<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>ovsdb-ui-module</artifactId>
    <version>0.1.1-Lithium-SR4</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation 'org.opendaylight.ovsdb:ovsdb-ui-module:0.1.1-Lithium-SR4'// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation ("org.opendaylight.ovsdb:ovsdb-ui-module:0.1.1-Lithium-SR4")'org.opendaylight.ovsdb:ovsdb-ui-module:jar:0.1.1-Lithium-SR4'<dependency org="org.opendaylight.ovsdb" name="ovsdb-ui-module" rev="0.1.1-Lithium-SR4">
  <artifact name="ovsdb-ui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='ovsdb-ui-module', version='0.1.1-Lithium-SR4')
)libraryDependencies += "org.opendaylight.ovsdb" % "ovsdb-ui-module" % "0.1.1-Lithium-SR4"[org.opendaylight.ovsdb/ovsdb-ui-module "0.1.1-Lithium-SR4"]