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