GroupId | GroupIdorg.opendaylight.sfc |
---|---|
ArtifactId | ArtifactIdfeatures-sfc |
Version | Version0.3.0-Boron |
Type | Typejar |
Filename | Size |
---|---|
features-sfc-0.3.0-Boron.pom | |
features-sfc-0.3.0-Boron.kar | 15 MB |
features-sfc-0.3.0-Boron-sources.jar | 4 KB |
features-sfc-0.3.0-Boron-features.xml | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/ -->
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>features-sfc</artifactId>
<version>0.3.0-Boron</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation 'org.opendaylight.sfc:features-sfc:0.3.0-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation ("org.opendaylight.sfc:features-sfc:0.3.0-Boron")
'org.opendaylight.sfc:features-sfc:jar:0.3.0-Boron'
<dependency org="org.opendaylight.sfc" name="features-sfc" rev="0.3.0-Boron">
<artifact name="features-sfc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='features-sfc', version='0.3.0-Boron')
)
libraryDependencies += "org.opendaylight.sfc" % "features-sfc" % "0.3.0-Boron"
[org.opendaylight.sfc/features-sfc "0.3.0-Boron"]