| Categories | 
                CategoriesSBE Data Data Structures | 
        
|---|---|
| GroupId | GroupIdorg.opendaylight.coretutorials | 
    
| ArtifactId | ArtifactIddsbenchmark-aggregator | 
    
| Version | Version1.0.4-Lithium-SR4 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| dsbenchmark-aggregator-1.0.4-Lithium-SR4.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.4-Lithium-SR4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-aggregator/
implementation 'org.opendaylight.coretutorials:dsbenchmark-aggregator:1.0.4-Lithium-SR4'
                // https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-aggregator/
implementation ("org.opendaylight.coretutorials:dsbenchmark-aggregator:1.0.4-Lithium-SR4")
                'org.opendaylight.coretutorials:dsbenchmark-aggregator:pom:1.0.4-Lithium-SR4'
                <dependency org="org.opendaylight.coretutorials" name="dsbenchmark-aggregator" rev="1.0.4-Lithium-SR4">
  <artifact name="dsbenchmark-aggregator" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.coretutorials', module='dsbenchmark-aggregator', version='1.0.4-Lithium-SR4')
)
                libraryDependencies += "org.opendaylight.coretutorials" % "dsbenchmark-aggregator" % "1.0.4-Lithium-SR4"
                [org.opendaylight.coretutorials/dsbenchmark-aggregator "1.0.4-Lithium-SR4"]