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