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