| GroupId | GroupIdorg.opendaylight.lacp | 
|---|---|
| ArtifactId | ArtifactIdfeatures-lacp | 
| Version | Version1.0.0-Lithium | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| features-lacp-1.0.0-Lithium.pom | |
| features-lacp-1.0.0-Lithium.jar | 2 KB | 
| features-lacp-1.0.0-Lithium-sources.jar | 973 bytes | 
| features-lacp-1.0.0-Lithium-features.xml | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/ -->
<dependency>
    <groupId>org.opendaylight.lacp</groupId>
    <artifactId>features-lacp</artifactId>
    <version>1.0.0-Lithium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/
implementation 'org.opendaylight.lacp:features-lacp:1.0.0-Lithium'// https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/
implementation ("org.opendaylight.lacp:features-lacp:1.0.0-Lithium")'org.opendaylight.lacp:features-lacp:jar:1.0.0-Lithium'<dependency org="org.opendaylight.lacp" name="features-lacp" rev="1.0.0-Lithium">
  <artifact name="features-lacp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.lacp', module='features-lacp', version='1.0.0-Lithium')
)libraryDependencies += "org.opendaylight.lacp" % "features-lacp" % "1.0.0-Lithium"[org.opendaylight.lacp/features-lacp "1.0.0-Lithium"]