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