<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>onem2mbenchmark-aggregator</artifactId>
<version>0.0.4-Lithium-SR3</version>
</dependency>
implementation group: 'org.opendaylight.iotdm', name: 'onem2mbenchmark-aggregator', version: '0.0.4-Lithium-SR3'
implementation 'org.opendaylight.iotdm:onem2mbenchmark-aggregator:0.0.4-Lithium-SR3'
implementation("org.opendaylight.iotdm:onem2mbenchmark-aggregator:0.0.4-Lithium-SR3")
libraryDependencies += "org.opendaylight.iotdm" % "onem2mbenchmark-aggregator" % "0.0.4-Lithium-SR3"
<dependency org="org.opendaylight.iotdm" name="onem2mbenchmark-aggregator" rev="0.0.4-Lithium-SR3"/>
@Grapes(
@Grab(group='org.opendaylight.iotdm', module='onem2mbenchmark-aggregator', version='0.0.4-Lithium-SR3')
)
[org.opendaylight.iotdm/onem2mbenchmark-aggregator "0.0.4-Lithium-SR3"]
'org.opendaylight.iotdm:onem2mbenchmark-aggregator:jar:0.0.4-Lithium-SR3'