GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdbenchmark-aggregator |
Version | Version1.2.4-Boron-SR4 |
Type | Typepom |
Filename | Size |
---|---|
benchmark-aggregator-1.2.4-Boron-SR4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/benchmark-aggregator/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>benchmark-aggregator</artifactId>
<version>1.2.4-Boron-SR4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/benchmark-aggregator/
implementation 'org.opendaylight.controller:benchmark-aggregator:1.2.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/benchmark-aggregator/
implementation ("org.opendaylight.controller:benchmark-aggregator:1.2.4-Boron-SR4")
'org.opendaylight.controller:benchmark-aggregator:pom:1.2.4-Boron-SR4'
<dependency org="org.opendaylight.controller" name="benchmark-aggregator" rev="1.2.4-Boron-SR4">
<artifact name="benchmark-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='benchmark-aggregator', version='1.2.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "benchmark-aggregator" % "1.2.4-Boron-SR4"
[org.opendaylight.controller/benchmark-aggregator "1.2.4-Boron-SR4"]