is not current version
Last Version 1.5.3

org.opendaylight.controller:karaf-aggregator 1.4.4-Carbon


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

karaf-aggregator
Version

Version

1.4.4-Carbon
Type

Type

pom

Download karaf-aggregator 1.4.4-Carbon


<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>karaf-aggregator</artifactId>
    <version>1.4.4-Carbon</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/
implementation 'org.opendaylight.controller:karaf-aggregator:1.4.4-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-aggregator/
implementation ("org.opendaylight.controller:karaf-aggregator:1.4.4-Carbon")
'org.opendaylight.controller:karaf-aggregator:pom:1.4.4-Carbon'
<dependency org="org.opendaylight.controller" name="karaf-aggregator" rev="1.4.4-Carbon">
  <artifact name="karaf-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='karaf-aggregator', version='1.4.4-Carbon')
)
libraryDependencies += "org.opendaylight.controller" % "karaf-aggregator" % "1.4.4-Carbon"
[org.opendaylight.controller/karaf-aggregator "1.4.4-Carbon"]