is not current version
Last Version 9.0.0

org.opendaylight.yangtools:bundle-parent 7.0.17

Bundle parent

GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

bundle-parent
Version

Version

7.0.17
Type

Type

pom

Download bundle-parent 7.0.17


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