| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdorg.opendaylight.netvirt | 
| ArtifactId | ArtifactIdovsdb-ui-module | 
| Version | Version0.4.4-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| ovsdb-ui-module-0.4.4-Carbon.pom | |
| ovsdb-ui-module-0.4.4-Carbon.jar | 116 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/ -->
<dependency>
    <groupId>org.opendaylight.netvirt</groupId>
    <artifactId>ovsdb-ui-module</artifactId>
    <version>0.4.4-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation 'org.opendaylight.netvirt:ovsdb-ui-module:0.4.4-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation ("org.opendaylight.netvirt:ovsdb-ui-module:0.4.4-Carbon")'org.opendaylight.netvirt:ovsdb-ui-module:jar:0.4.4-Carbon'<dependency org="org.opendaylight.netvirt" name="ovsdb-ui-module" rev="0.4.4-Carbon">
  <artifact name="ovsdb-ui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.netvirt', module='ovsdb-ui-module', version='0.4.4-Carbon')
)libraryDependencies += "org.opendaylight.netvirt" % "ovsdb-ui-module" % "0.4.4-Carbon"[org.opendaylight.netvirt/ovsdb-ui-module "0.4.4-Carbon"]