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