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