GroupId | GroupIdorg.opendaylight.ovsdb |
---|---|
ArtifactId | ArtifactIdsouthbound-artifacts |
Version | Version1.11.4 |
Type | Typepom |
Filename | Size |
---|---|
southbound-artifacts-1.11.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/southbound-artifacts/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>southbound-artifacts</artifactId>
<version>1.11.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/southbound-artifacts/
implementation 'org.opendaylight.ovsdb:southbound-artifacts:1.11.4'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/southbound-artifacts/
implementation ("org.opendaylight.ovsdb:southbound-artifacts:1.11.4")
'org.opendaylight.ovsdb:southbound-artifacts:pom:1.11.4'
<dependency org="org.opendaylight.ovsdb" name="southbound-artifacts" rev="1.11.4">
<artifact name="southbound-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='southbound-artifacts', version='1.11.4')
)
libraryDependencies += "org.opendaylight.ovsdb" % "southbound-artifacts" % "1.11.4"
[org.opendaylight.ovsdb/southbound-artifacts "1.11.4"]