| GroupId | GroupIdorg.opendaylight.controller |
|---|---|
| ArtifactId | ArtifactIdswitchmanager.integrationtest |
| Version | Version0.5.2-Lithium-SR2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/switchmanager.integrationtest/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>switchmanager.integrationtest</artifactId>
<version>0.5.2-Lithium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/switchmanager.integrationtest/
implementation 'org.opendaylight.controller:switchmanager.integrationtest:0.5.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.controller/switchmanager.integrationtest/
implementation ("org.opendaylight.controller:switchmanager.integrationtest:0.5.2-Lithium-SR2")
'org.opendaylight.controller:switchmanager.integrationtest:jar:0.5.2-Lithium-SR2'
<dependency org="org.opendaylight.controller" name="switchmanager.integrationtest" rev="0.5.2-Lithium-SR2">
<artifact name="switchmanager.integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='switchmanager.integrationtest', version='0.5.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.controller" % "switchmanager.integrationtest" % "0.5.2-Lithium-SR2"
[org.opendaylight.controller/switchmanager.integrationtest "0.5.2-Lithium-SR2"]