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