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