| GroupId | GroupIdorg.opendaylight.odlparent |
|---|---|
| ArtifactId | ArtifactIdbnd-parent |
| Version | Version9.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bnd-parent-9.0.7.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/bnd-parent/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bnd-parent</artifactId>
<version>9.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bnd-parent/
implementation 'org.opendaylight.odlparent:bnd-parent:9.0.7'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bnd-parent/
implementation ("org.opendaylight.odlparent:bnd-parent:9.0.7")
'org.opendaylight.odlparent:bnd-parent:pom:9.0.7'
<dependency org="org.opendaylight.odlparent" name="bnd-parent" rev="9.0.7">
<artifact name="bnd-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='bnd-parent', version='9.0.7')
)
libraryDependencies += "org.opendaylight.odlparent" % "bnd-parent" % "9.0.7"
[org.opendaylight.odlparent/bnd-parent "9.0.7"]