<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>distributions-l2switch-base</artifactId>
<version>0.1.4-Helium-SR4</version>
</dependency>
implementation group: 'org.opendaylight.l2switch', name: 'distributions-l2switch-base', version: '0.1.4-Helium-SR4'
implementation 'org.opendaylight.l2switch:distributions-l2switch-base:0.1.4-Helium-SR4'
implementation("org.opendaylight.l2switch:distributions-l2switch-base:0.1.4-Helium-SR4")
libraryDependencies += "org.opendaylight.l2switch" % "distributions-l2switch-base" % "0.1.4-Helium-SR4"
<dependency org="org.opendaylight.l2switch" name="distributions-l2switch-base" rev="0.1.4-Helium-SR4"/>
@Grapes(
@Grab(group='org.opendaylight.l2switch', module='distributions-l2switch-base', version='0.1.4-Helium-SR4')
)
[org.opendaylight.l2switch/distributions-l2switch-base "0.1.4-Helium-SR4"]
'org.opendaylight.l2switch:distributions-l2switch-base:jar:0.1.4-Helium-SR4'