GroupId | GroupIdorg.opendaylight.l2switch |
---|---|
ArtifactId | ArtifactIdfeatures-l2switch-aggregator |
Version | Version0.6.0 |
Type | Typepom |
Filename | Size |
---|---|
features-l2switch-aggregator-0.6.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.l2switch/features-l2switch-aggregator/ -->
<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>features-l2switch-aggregator</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/features-l2switch-aggregator/
implementation 'org.opendaylight.l2switch:features-l2switch-aggregator:0.6.0'
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/features-l2switch-aggregator/
implementation ("org.opendaylight.l2switch:features-l2switch-aggregator:0.6.0")
'org.opendaylight.l2switch:features-l2switch-aggregator:pom:0.6.0'
<dependency org="org.opendaylight.l2switch" name="features-l2switch-aggregator" rev="0.6.0">
<artifact name="features-l2switch-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.l2switch', module='features-l2switch-aggregator', version='0.6.0')
)
libraryDependencies += "org.opendaylight.l2switch" % "features-l2switch-aggregator" % "0.6.0"
[org.opendaylight.l2switch/features-l2switch-aggregator "0.6.0"]