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