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