| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.l2switch.loopremover | 
| ArtifactId | ArtifactIdloopremover-config | 
| Version | Version0.2.0-Lithium | 
| 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.0-Lithium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.l2switch.loopremover/loopremover-config/
implementation 'org.opendaylight.l2switch.loopremover:loopremover-config:0.2.0-Lithium'// https://jarcasting.com/artifacts/org.opendaylight.l2switch.loopremover/loopremover-config/
implementation ("org.opendaylight.l2switch.loopremover:loopremover-config:0.2.0-Lithium")'org.opendaylight.l2switch.loopremover:loopremover-config:jar:0.2.0-Lithium'<dependency org="org.opendaylight.l2switch.loopremover" name="loopremover-config" rev="0.2.0-Lithium">
  <artifact name="loopremover-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.l2switch.loopremover', module='loopremover-config', version='0.2.0-Lithium')
)libraryDependencies += "org.opendaylight.l2switch.loopremover" % "loopremover-config" % "0.2.0-Lithium"[org.opendaylight.l2switch.loopremover/loopremover-config "0.2.0-Lithium"]