| GroupId | GroupIdorg.opendaylight.ovsdb |
|---|---|
| ArtifactId | ArtifactIdhwvtepsouthbound-it |
| Version | Version1.2.4-Beryllium-SR3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/hwvtepsouthbound-it/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-it</artifactId>
<version>1.2.4-Beryllium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/hwvtepsouthbound-it/
implementation 'org.opendaylight.ovsdb:hwvtepsouthbound-it:1.2.4-Beryllium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/hwvtepsouthbound-it/
implementation ("org.opendaylight.ovsdb:hwvtepsouthbound-it:1.2.4-Beryllium-SR3")
'org.opendaylight.ovsdb:hwvtepsouthbound-it:jar:1.2.4-Beryllium-SR3'
<dependency org="org.opendaylight.ovsdb" name="hwvtepsouthbound-it" rev="1.2.4-Beryllium-SR3">
<artifact name="hwvtepsouthbound-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='hwvtepsouthbound-it', version='1.2.4-Beryllium-SR3')
)
libraryDependencies += "org.opendaylight.ovsdb" % "hwvtepsouthbound-it" % "1.2.4-Beryllium-SR3"
[org.opendaylight.ovsdb/hwvtepsouthbound-it "1.2.4-Beryllium-SR3"]