GroupId | GroupIdorg.opendaylight.integration |
---|---|
ArtifactId | ArtifactIdartifacts-aggregator |
Version | Version0.9.1 |
Type | Typepom |
Filename | Size |
---|---|
artifacts-aggregator-0.9.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/artifacts-aggregator/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>artifacts-aggregator</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/artifacts-aggregator/
implementation 'org.opendaylight.integration:artifacts-aggregator:0.9.1'
// https://jarcasting.com/artifacts/org.opendaylight.integration/artifacts-aggregator/
implementation ("org.opendaylight.integration:artifacts-aggregator:0.9.1")
'org.opendaylight.integration:artifacts-aggregator:pom:0.9.1'
<dependency org="org.opendaylight.integration" name="artifacts-aggregator" rev="0.9.1">
<artifact name="artifacts-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='artifacts-aggregator', version='0.9.1')
)
libraryDependencies += "org.opendaylight.integration" % "artifacts-aggregator" % "0.9.1"
[org.opendaylight.integration/artifacts-aggregator "0.9.1"]