is not current version
Last Version 0.6.4-Lithium-SR4

org.opendaylight.controller:commons.integrationtest 0.5.2-Helium


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

commons.integrationtest
Version

Version

0.5.2-Helium
Type

Type

pom

Download commons.integrationtest 0.5.2-Helium


<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/commons.integrationtest/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>commons.integrationtest</artifactId>
    <version>0.5.2-Helium</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/commons.integrationtest/
implementation 'org.opendaylight.controller:commons.integrationtest:0.5.2-Helium'
// https://jarcasting.com/artifacts/org.opendaylight.controller/commons.integrationtest/
implementation ("org.opendaylight.controller:commons.integrationtest:0.5.2-Helium")
'org.opendaylight.controller:commons.integrationtest:pom:0.5.2-Helium'
<dependency org="org.opendaylight.controller" name="commons.integrationtest" rev="0.5.2-Helium">
  <artifact name="commons.integrationtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='commons.integrationtest', version='0.5.2-Helium')
)
libraryDependencies += "org.opendaylight.controller" % "commons.integrationtest" % "0.5.2-Helium"
[org.opendaylight.controller/commons.integrationtest "0.5.2-Helium"]