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