| GroupId | GroupIdorg.opendaylight.integration | 
|---|---|
| ArtifactId | ArtifactIdroot | 
| Version | Version0.5.0-Boron | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| root-0.5.0-Boron.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/root/ -->
<dependency>
    <groupId>org.opendaylight.integration</groupId>
    <artifactId>root</artifactId>
    <version>0.5.0-Boron</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.integration/root/
implementation 'org.opendaylight.integration:root:0.5.0-Boron'// https://jarcasting.com/artifacts/org.opendaylight.integration/root/
implementation ("org.opendaylight.integration:root:0.5.0-Boron")'org.opendaylight.integration:root:pom:0.5.0-Boron'<dependency org="org.opendaylight.integration" name="root" rev="0.5.0-Boron">
  <artifact name="root" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.integration', module='root', version='0.5.0-Boron')
)libraryDependencies += "org.opendaylight.integration" % "root" % "0.5.0-Boron"[org.opendaylight.integration/root "0.5.0-Boron"]