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