Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIddistribution-karaf |
Version | Version0.3.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
distribution-karaf-0.3.1-Lithium-SR1.pom | |
distribution-karaf-0.3.1-Lithium-SR1.zip | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/distribution-karaf/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>distribution-karaf</artifactId>
<version>0.3.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/distribution-karaf/
implementation 'org.opendaylight.integration:distribution-karaf:0.3.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.integration/distribution-karaf/
implementation ("org.opendaylight.integration:distribution-karaf:0.3.1-Lithium-SR1")
'org.opendaylight.integration:distribution-karaf:pom:0.3.1-Lithium-SR1'
<dependency org="org.opendaylight.integration" name="distribution-karaf" rev="0.3.1-Lithium-SR1">
<artifact name="distribution-karaf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='distribution-karaf', version='0.3.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.integration" % "distribution-karaf" % "0.3.1-Lithium-SR1"
[org.opendaylight.integration/distribution-karaf "0.3.1-Lithium-SR1"]