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