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