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