GroupId | GroupIdorg.opendaylight.lacp |
---|---|
ArtifactId | ArtifactIdfeatures-lacp |
Version | Version1.0.4-Lithium-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/ -->
<dependency>
<groupId>org.opendaylight.lacp</groupId>
<artifactId>features-lacp</artifactId>
<version>1.0.4-Lithium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/
implementation 'org.opendaylight.lacp:features-lacp:1.0.4-Lithium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.lacp/features-lacp/
implementation ("org.opendaylight.lacp:features-lacp:1.0.4-Lithium-SR4")
'org.opendaylight.lacp:features-lacp:jar:1.0.4-Lithium-SR4'
<dependency org="org.opendaylight.lacp" name="features-lacp" rev="1.0.4-Lithium-SR4">
<artifact name="features-lacp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.lacp', module='features-lacp', version='1.0.4-Lithium-SR4')
)
libraryDependencies += "org.opendaylight.lacp" % "features-lacp" % "1.0.4-Lithium-SR4"
[org.opendaylight.lacp/features-lacp "1.0.4-Lithium-SR4"]