is not current version
Last Version 16.0.0

org.opendaylight.integration:opendaylight 14.3.0

The actual Karaf archive building sub-project.

GroupId

GroupId

org.opendaylight.integration
ArtifactId

ArtifactId

opendaylight
Version

Version

14.3.0
Type

Type

pom

Download opendaylight 14.3.0


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