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