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