is not current version
Last Version 1.1.4-Lithium-SR4

org.opendaylight.controller:commons.parent 1.0.5-Helium-SR3


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

commons.parent
Version

Version

1.0.5-Helium-SR3
Type

Type

pom

Download commons.parent 1.0.5-Helium-SR3


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