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