GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdcommons.opendaylight |
Version | Version1.5.2-Lithium-SR2 |
Type | Typepom |
Filename | Size |
---|---|
commons.opendaylight-1.5.2-Lithium-SR2.pom | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/commons.opendaylight/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>commons.opendaylight</artifactId>
<version>1.5.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/commons.opendaylight/
implementation 'org.opendaylight.controller:commons.opendaylight:1.5.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.controller/commons.opendaylight/
implementation ("org.opendaylight.controller:commons.opendaylight:1.5.2-Lithium-SR2")
'org.opendaylight.controller:commons.opendaylight:pom:1.5.2-Lithium-SR2'
<dependency org="org.opendaylight.controller" name="commons.opendaylight" rev="1.5.2-Lithium-SR2">
<artifact name="commons.opendaylight" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='commons.opendaylight', version='1.5.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.controller" % "commons.opendaylight" % "1.5.2-Lithium-SR2"
[org.opendaylight.controller/commons.opendaylight "1.5.2-Lithium-SR2"]