is not current version
Last Version 16.0.0

org.opendaylight.integration:opendaylight 0.12.3

The actual Karaf archive building sub-project.

GroupId

GroupId

org.opendaylight.integration
ArtifactId

ArtifactId

opendaylight
Version

Version

0.12.3
Type

Type

pom

Download opendaylight 0.12.3


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