is not current version
Last Version 1.7.4-Boron-SR4

org.opendaylight.controller:commons.opendaylight 1.5.0-Lithium


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

commons.opendaylight
Version

Version

1.5.0-Lithium
Type

Type

pom

Download commons.opendaylight 1.5.0-Lithium


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