GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdopendaylight-karaf-resources |
Version | Version1.5.3-Lithium-SR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-resources/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-karaf-resources</artifactId>
<version>1.5.3-Lithium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-resources/
implementation 'org.opendaylight.controller:opendaylight-karaf-resources:1.5.3-Lithium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-resources/
implementation ("org.opendaylight.controller:opendaylight-karaf-resources:1.5.3-Lithium-SR3")
'org.opendaylight.controller:opendaylight-karaf-resources:jar:1.5.3-Lithium-SR3'
<dependency org="org.opendaylight.controller" name="opendaylight-karaf-resources" rev="1.5.3-Lithium-SR3">
<artifact name="opendaylight-karaf-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='opendaylight-karaf-resources', version='1.5.3-Lithium-SR3')
)
libraryDependencies += "org.opendaylight.controller" % "opendaylight-karaf-resources" % "1.5.3-Lithium-SR3"
[org.opendaylight.controller/opendaylight-karaf-resources "1.5.3-Lithium-SR3"]