<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>rpcbenchmark-artifacts</artifactId>
<version>1.0.4-Lithium-SR4</version>
</dependency>
implementation group: 'org.opendaylight.coretutorials', name: 'rpcbenchmark-artifacts', version: '1.0.4-Lithium-SR4'
implementation 'org.opendaylight.coretutorials:rpcbenchmark-artifacts:1.0.4-Lithium-SR4'
implementation("org.opendaylight.coretutorials:rpcbenchmark-artifacts:1.0.4-Lithium-SR4")
libraryDependencies += "org.opendaylight.coretutorials" % "rpcbenchmark-artifacts" % "1.0.4-Lithium-SR4"
<dependency org="org.opendaylight.coretutorials" name="rpcbenchmark-artifacts" rev="1.0.4-Lithium-SR4"/>
@Grapes(
@Grab(group='org.opendaylight.coretutorials', module='rpcbenchmark-artifacts', version='1.0.4-Lithium-SR4')
)
[org.opendaylight.coretutorials/rpcbenchmark-artifacts "1.0.4-Lithium-SR4"]
'org.opendaylight.coretutorials:rpcbenchmark-artifacts:jar:1.0.4-Lithium-SR4'