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