GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdopendaylight-karaf-empty |
Version | Version1.6.4-Beryllium-SR4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-empty/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-karaf-empty</artifactId>
<version>1.6.4-Beryllium-SR4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-empty/
implementation 'org.opendaylight.controller:opendaylight-karaf-empty:1.6.4-Beryllium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/opendaylight-karaf-empty/
implementation ("org.opendaylight.controller:opendaylight-karaf-empty:1.6.4-Beryllium-SR4")
'org.opendaylight.controller:opendaylight-karaf-empty:pom:1.6.4-Beryllium-SR4'
<dependency org="org.opendaylight.controller" name="opendaylight-karaf-empty" rev="1.6.4-Beryllium-SR4">
<artifact name="opendaylight-karaf-empty" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='opendaylight-karaf-empty', version='1.6.4-Beryllium-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "opendaylight-karaf-empty" % "1.6.4-Beryllium-SR4"
[org.opendaylight.controller/opendaylight-karaf-empty "1.6.4-Beryllium-SR4"]