Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.netvirt |
ArtifactId | ArtifactIdovsdb-ui-module |
Version | Version0.5.3 |
Type | Typejar |
Filename | Size |
---|---|
ovsdb-ui-module-0.5.3.pom | |
ovsdb-ui-module-0.5.3.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.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation 'org.opendaylight.netvirt:ovsdb-ui-module:0.5.3'
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation ("org.opendaylight.netvirt:ovsdb-ui-module:0.5.3")
'org.opendaylight.netvirt:ovsdb-ui-module:jar:0.5.3'
<dependency org="org.opendaylight.netvirt" name="ovsdb-ui-module" rev="0.5.3">
<artifact name="ovsdb-ui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netvirt', module='ovsdb-ui-module', version='0.5.3')
)
libraryDependencies += "org.opendaylight.netvirt" % "ovsdb-ui-module" % "0.5.3"
[org.opendaylight.netvirt/ovsdb-ui-module "0.5.3"]