License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdkaraf-aggregator |
Last Version | Last Version1.5.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 |
Filename | Size |
---|---|
karaf-aggregator-1.5.3.pom | 1016 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>karaf-aggregator</artifactId>
<version>1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/
implementation 'org.opendaylight.controller:karaf-aggregator:1.5.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/
implementation ("org.opendaylight.controller:karaf-aggregator:1.5.3")
'org.opendaylight.controller:karaf-aggregator:pom:1.5.3'
<dependency org="org.opendaylight.controller" name="karaf-aggregator" rev="1.5.3">
<artifact name="karaf-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='karaf-aggregator', version='1.5.3')
)
libraryDependencies += "org.opendaylight.controller" % "karaf-aggregator" % "1.5.3"
[org.opendaylight.controller/karaf-aggregator "1.5.3"]