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