is not current version
Last Version 5.0.5

org.opendaylight.controller:bundle-parent 3.0.15


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

bundle-parent
Version

Version

3.0.15
Type

Type

pom

Download bundle-parent 3.0.15


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