| GroupId | GroupIdorg.opendaylight.l2switch.packethandler | 
|---|---|
| ArtifactId | ArtifactIdpackethandler.aggregator | 
| Version | Version0.2.1-Lithium-SR1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| packethandler.aggregator-0.2.1-Lithium-SR1.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.1-Lithium-SR1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.l2switch.packethandler/packethandler.aggregator/
implementation 'org.opendaylight.l2switch.packethandler:packethandler.aggregator:0.2.1-Lithium-SR1'// https://jarcasting.com/artifacts/org.opendaylight.l2switch.packethandler/packethandler.aggregator/
implementation ("org.opendaylight.l2switch.packethandler:packethandler.aggregator:0.2.1-Lithium-SR1")'org.opendaylight.l2switch.packethandler:packethandler.aggregator:pom:0.2.1-Lithium-SR1'<dependency org="org.opendaylight.l2switch.packethandler" name="packethandler.aggregator" rev="0.2.1-Lithium-SR1">
  <artifact name="packethandler.aggregator" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.l2switch.packethandler', module='packethandler.aggregator', version='0.2.1-Lithium-SR1')
)libraryDependencies += "org.opendaylight.l2switch.packethandler" % "packethandler.aggregator" % "0.2.1-Lithium-SR1"[org.opendaylight.l2switch.packethandler/packethandler.aggregator "0.2.1-Lithium-SR1"]