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