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