License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdfeatures-extras-aggregator |
Last Version | Last Version1.14.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
features-extras-aggregator-1.14.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras-aggregator/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-extras-aggregator</artifactId>
<version>1.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras-aggregator/
implementation 'org.opendaylight.controller:features-extras-aggregator:1.14.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-extras-aggregator/
implementation ("org.opendaylight.controller:features-extras-aggregator:1.14.3")
'org.opendaylight.controller:features-extras-aggregator:pom:1.14.3'
<dependency org="org.opendaylight.controller" name="features-extras-aggregator" rev="1.14.3">
<artifact name="features-extras-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-extras-aggregator', version='1.14.3')
)
libraryDependencies += "org.opendaylight.controller" % "features-extras-aggregator" % "1.14.3"
[org.opendaylight.controller/features-extras-aggregator "1.14.3"]