| GroupId | GroupIdorg.opendaylight.l2switch.hosttracker | 
|---|---|
| ArtifactId | ArtifactIdhosttracker.aggregator | 
| Version | Version0.4.4-Boron-SR4 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| hosttracker.aggregator-0.4.4-Boron-SR4.pom | 798 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.l2switch.hosttracker/hosttracker.aggregator/ -->
<dependency>
    <groupId>org.opendaylight.l2switch.hosttracker</groupId>
    <artifactId>hosttracker.aggregator</artifactId>
    <version>0.4.4-Boron-SR4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.l2switch.hosttracker/hosttracker.aggregator/
implementation 'org.opendaylight.l2switch.hosttracker:hosttracker.aggregator:0.4.4-Boron-SR4'// https://jarcasting.com/artifacts/org.opendaylight.l2switch.hosttracker/hosttracker.aggregator/
implementation ("org.opendaylight.l2switch.hosttracker:hosttracker.aggregator:0.4.4-Boron-SR4")'org.opendaylight.l2switch.hosttracker:hosttracker.aggregator:pom:0.4.4-Boron-SR4'<dependency org="org.opendaylight.l2switch.hosttracker" name="hosttracker.aggregator" rev="0.4.4-Boron-SR4">
  <artifact name="hosttracker.aggregator" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.l2switch.hosttracker', module='hosttracker.aggregator', version='0.4.4-Boron-SR4')
)libraryDependencies += "org.opendaylight.l2switch.hosttracker" % "hosttracker.aggregator" % "0.4.4-Boron-SR4"[org.opendaylight.l2switch.hosttracker/hosttracker.aggregator "0.4.4-Boron-SR4"]