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