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