| GroupId | GroupIdorg.opendaylight.ovsdb |
|---|---|
| ArtifactId | ArtifactIdovsdb.project |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description |
| Filename | Size |
|---|---|
| ovsdb.project-0.5.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb.project/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb.project</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb.project/
implementation 'org.opendaylight.ovsdb:ovsdb.project:0.5.0'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb.project/
implementation ("org.opendaylight.ovsdb:ovsdb.project:0.5.0")
'org.opendaylight.ovsdb:ovsdb.project:pom:0.5.0'
<dependency org="org.opendaylight.ovsdb" name="ovsdb.project" rev="0.5.0">
<artifact name="ovsdb.project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='ovsdb.project', version='0.5.0')
)
libraryDependencies += "org.opendaylight.ovsdb" % "ovsdb.project" % "0.5.0"
[org.opendaylight.ovsdb/ovsdb.project "0.5.0"]