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