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