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