| GroupId | GroupIdorg.opendaylight.ovsdb | 
|---|---|
| ArtifactId | ArtifactIdfeatures-ovs-sfc | 
| Version | Version0.1.0-Lithium | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| features-ovs-sfc-0.1.0-Lithium.pom | |
| features-ovs-sfc-0.1.0-Lithium.jar | 3 KB | 
| features-ovs-sfc-0.1.0-Lithium-features.xml | 522 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/ -->
<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features-ovs-sfc</artifactId>
    <version>0.1.0-Lithium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/
implementation 'org.opendaylight.ovsdb:features-ovs-sfc:0.1.0-Lithium'// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-ovs-sfc/
implementation ("org.opendaylight.ovsdb:features-ovs-sfc:0.1.0-Lithium")'org.opendaylight.ovsdb:features-ovs-sfc:jar:0.1.0-Lithium'<dependency org="org.opendaylight.ovsdb" name="features-ovs-sfc" rev="0.1.0-Lithium">
  <artifact name="features-ovs-sfc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='features-ovs-sfc', version='0.1.0-Lithium')
)libraryDependencies += "org.opendaylight.ovsdb" % "features-ovs-sfc" % "0.1.0-Lithium"[org.opendaylight.ovsdb/features-ovs-sfc "0.1.0-Lithium"]