GroupId | GroupIdorg.opendaylight.lacp |
---|---|
ArtifactId | ArtifactIdlacp |
Version | Version1.0.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
lacp-1.0.1-Lithium-SR1.pom | 650 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.lacp/lacp/ -->
<dependency>
<groupId>org.opendaylight.lacp</groupId>
<artifactId>lacp</artifactId>
<version>1.0.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.lacp/lacp/
implementation 'org.opendaylight.lacp:lacp:1.0.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.lacp/lacp/
implementation ("org.opendaylight.lacp:lacp:1.0.1-Lithium-SR1")
'org.opendaylight.lacp:lacp:pom:1.0.1-Lithium-SR1'
<dependency org="org.opendaylight.lacp" name="lacp" rev="1.0.1-Lithium-SR1">
<artifact name="lacp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.lacp', module='lacp', version='1.0.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.lacp" % "lacp" % "1.0.1-Lithium-SR1"
[org.opendaylight.lacp/lacp "1.0.1-Lithium-SR1"]