GroupId | GroupIdorg.opendaylight.ovsdb |
---|---|
ArtifactId | ArtifactIdfeatures-ovs-sfc |
Version | Version0.1.3-Lithium-SR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>features-ovs-sfc</artifactId>
<version>0.1.3-Lithium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/
implementation 'org.opendaylight.ovsdb:features-ovs-sfc:0.1.3-Lithium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/
implementation ("org.opendaylight.ovsdb:features-ovs-sfc:0.1.3-Lithium-SR3")
'org.opendaylight.ovsdb:features-ovs-sfc:jar:0.1.3-Lithium-SR3'
<dependency org="org.opendaylight.ovsdb" name="features-ovs-sfc" rev="0.1.3-Lithium-SR3">
<artifact name="features-ovs-sfc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='features-ovs-sfc', version='0.1.3-Lithium-SR3')
)
libraryDependencies += "org.opendaylight.ovsdb" % "features-ovs-sfc" % "0.1.3-Lithium-SR3"
[org.opendaylight.ovsdb/features-ovs-sfc "0.1.3-Lithium-SR3"]