<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
<version>3.2.17</version>
</dependency>
implementation group: 'org.smarthomej.addons.bundles', name: 'org.smarthomej.addons.reactor.bundles', version: '3.2.17'
implementation 'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.17'
implementation("org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.17")
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.addons.reactor.bundles" % "3.2.17"
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.addons.reactor.bundles" rev="3.2.17"/>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.addons.reactor.bundles', version='3.2.17')
)
[org.smarthomej.addons.bundles/org.smarthomej.addons.reactor.bundles "3.2.17"]
'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:jar:3.2.17'