GroupId | GroupIdorg.opendaylight.yangtools |
---|---|
ArtifactId | ArtifactIdbundle-parent |
Version | Version8.0.1 |
Type | Typepom |
Filename | Size |
---|---|
bundle-parent-8.0.1.pom | |
bundle-parent-8.0.1-cyclonedx.xml | 10 KB |
bundle-parent-8.0.1-cyclonedx.json | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/bundle-parent/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>bundle-parent</artifactId>
<version>8.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/bundle-parent/
implementation 'org.opendaylight.yangtools:bundle-parent:8.0.1'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/bundle-parent/
implementation ("org.opendaylight.yangtools:bundle-parent:8.0.1")
'org.opendaylight.yangtools:bundle-parent:pom:8.0.1'
<dependency org="org.opendaylight.yangtools" name="bundle-parent" rev="8.0.1">
<artifact name="bundle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='bundle-parent', version='8.0.1')
)
libraryDependencies += "org.opendaylight.yangtools" % "bundle-parent" % "8.0.1"
[org.opendaylight.yangtools/bundle-parent "8.0.1"]