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