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