Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIddistribution.opendaylight-karaf |
Version | Version1.12.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/distribution.opendaylight-karaf/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>distribution.opendaylight-karaf</artifactId>
<version>1.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/distribution.opendaylight-karaf/
implementation 'org.opendaylight.controller:distribution.opendaylight-karaf:1.12.1'
// https://jarcasting.com/artifacts/org.opendaylight.controller/distribution.opendaylight-karaf/
implementation ("org.opendaylight.controller:distribution.opendaylight-karaf:1.12.1")
'org.opendaylight.controller:distribution.opendaylight-karaf:pom:1.12.1'
<dependency org="org.opendaylight.controller" name="distribution.opendaylight-karaf" rev="1.12.1">
<artifact name="distribution.opendaylight-karaf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='distribution.opendaylight-karaf', version='1.12.1')
)
libraryDependencies += "org.opendaylight.controller" % "distribution.opendaylight-karaf" % "1.12.1"
[org.opendaylight.controller/distribution.opendaylight-karaf "1.12.1"]