Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdorg.opendaylight.coretutorials |
ArtifactId | ArtifactIddsbenchmark-aggregator |
Version | Version1.0.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
dsbenchmark-aggregator-1.0.1-Lithium-SR1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-aggregator/ -->
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>dsbenchmark-aggregator</artifactId>
<version>1.0.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-aggregator/
implementation 'org.opendaylight.coretutorials:dsbenchmark-aggregator:1.0.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-aggregator/
implementation ("org.opendaylight.coretutorials:dsbenchmark-aggregator:1.0.1-Lithium-SR1")
'org.opendaylight.coretutorials:dsbenchmark-aggregator:pom:1.0.1-Lithium-SR1'
<dependency org="org.opendaylight.coretutorials" name="dsbenchmark-aggregator" rev="1.0.1-Lithium-SR1">
<artifact name="dsbenchmark-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.coretutorials', module='dsbenchmark-aggregator', version='1.0.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.coretutorials" % "dsbenchmark-aggregator" % "1.0.1-Lithium-SR1"
[org.opendaylight.coretutorials/dsbenchmark-aggregator "1.0.1-Lithium-SR1"]