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