GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdfeatures-extras |
Version | Version1.8.1-Carbon |
Type | Typejar |
Filename | Size |
---|---|
features-extras-1.8.1-Carbon.pom | |
features-extras-1.8.1-Carbon.kar | 349 KB |
features-extras-1.8.1-Carbon-sources.jar | 2 KB |
features-extras-1.8.1-Carbon-features.xml | 783 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-extras</artifactId>
<version>1.8.1-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras/
implementation 'org.opendaylight.controller:features-extras:1.8.1-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras/
implementation ("org.opendaylight.controller:features-extras:1.8.1-Carbon")
'org.opendaylight.controller:features-extras:jar:1.8.1-Carbon'
<dependency org="org.opendaylight.controller" name="features-extras" rev="1.8.1-Carbon">
<artifact name="features-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-extras', version='1.8.1-Carbon')
)
libraryDependencies += "org.opendaylight.controller" % "features-extras" % "1.8.1-Carbon"
[org.opendaylight.controller/features-extras "1.8.1-Carbon"]