is not current version
Last Version 16.0.0

org.opendaylight.integration:opendaylight 0.12.2

The actual Karaf archive building sub-project.

GroupId

GroupId

org.opendaylight.integration
ArtifactId

ArtifactId

opendaylight
Version

Version

0.12.2
Type

Type

pom

Download opendaylight 0.12.2


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