<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-karaf-empty</artifactId>
<version>1.5.1-Lithium-SR1</version>
</dependency>
implementation 'org.opendaylight.controller:opendaylight-karaf-empty:1.5.1-Lithium-SR1'
implementation("org.opendaylight.controller:opendaylight-karaf-empty:1.5.1-Lithium-SR1")
libraryDependencies += "org.opendaylight.controller" % "opendaylight-karaf-empty" % "1.5.1-Lithium-SR1"
@Grapes(
@Grab(group='org.opendaylight.controller', module='opendaylight-karaf-empty', version='1.5.1-Lithium-SR1')
)
<dependency org="org.opendaylight.controller" name="opendaylight-karaf-empty" rev="1.5.1-Lithium-SR1" />