GroupId | GroupIdorg.opendaylight.l2switch |
---|---|
ArtifactId | ArtifactIdl2switch-artifacts |
Version | Version0.4.3-Boron-SR3 |
Type | Typepom |
Filename | Size |
---|---|
l2switch-artifacts-0.4.3-Boron-SR3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/ -->
<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>l2switch-artifacts</artifactId>
<version>0.4.3-Boron-SR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/
implementation 'org.opendaylight.l2switch:l2switch-artifacts:0.4.3-Boron-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/
implementation ("org.opendaylight.l2switch:l2switch-artifacts:0.4.3-Boron-SR3")
'org.opendaylight.l2switch:l2switch-artifacts:pom:0.4.3-Boron-SR3'
<dependency org="org.opendaylight.l2switch" name="l2switch-artifacts" rev="0.4.3-Boron-SR3">
<artifact name="l2switch-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.l2switch', module='l2switch-artifacts', version='0.4.3-Boron-SR3')
)
libraryDependencies += "org.opendaylight.l2switch" % "l2switch-artifacts" % "0.4.3-Boron-SR3"
[org.opendaylight.l2switch/l2switch-artifacts "0.4.3-Boron-SR3"]