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