GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdopendaylight-karaf-resources |
Version | Version1.4.3-Helium-SR1.1 |
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.4.3-Helium-SR1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-resources/
implementation 'org.opendaylight.controller:opendaylight-karaf-resources:1.4.3-Helium-SR1.1'
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-resources/
implementation ("org.opendaylight.controller:opendaylight-karaf-resources:1.4.3-Helium-SR1.1")
'org.opendaylight.controller:opendaylight-karaf-resources:jar:1.4.3-Helium-SR1.1'
<dependency org="org.opendaylight.controller" name="opendaylight-karaf-resources" rev="1.4.3-Helium-SR1.1">
<artifact name="opendaylight-karaf-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='opendaylight-karaf-resources', version='1.4.3-Helium-SR1.1')
)
libraryDependencies += "org.opendaylight.controller" % "opendaylight-karaf-resources" % "1.4.3-Helium-SR1.1"
[org.opendaylight.controller/opendaylight-karaf-resources "1.4.3-Helium-SR1.1"]