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