Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.l2switch.loopremover |
ArtifactId | ArtifactIdloopremover-config |
Version | Version0.2.2-Lithium-SR2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.l2switch.loopremover/loopremover-config/ -->
<dependency>
<groupId>org.opendaylight.l2switch.loopremover</groupId>
<artifactId>loopremover-config</artifactId>
<version>0.2.2-Lithium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.l2switch.loopremover/loopremover-config/
implementation 'org.opendaylight.l2switch.loopremover:loopremover-config:0.2.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.l2switch.loopremover/loopremover-config/
implementation ("org.opendaylight.l2switch.loopremover:loopremover-config:0.2.2-Lithium-SR2")
'org.opendaylight.l2switch.loopremover:loopremover-config:jar:0.2.2-Lithium-SR2'
<dependency org="org.opendaylight.l2switch.loopremover" name="loopremover-config" rev="0.2.2-Lithium-SR2">
<artifact name="loopremover-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.l2switch.loopremover', module='loopremover-config', version='0.2.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.l2switch.loopremover" % "loopremover-config" % "0.2.2-Lithium-SR2"
[org.opendaylight.l2switch.loopremover/loopremover-config "0.2.2-Lithium-SR2"]