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