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