<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.commons</artifactId>
<version>4.0.1</version>
</dependency>
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.commons" % "4.0.1"
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.commons', version='4.0.1')
)
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.commons" rev="4.0.1" />