File | Operation |
---|---|
org.smarthomej.addons.reactor.bundles-4.0.3.pom | download |
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
<version>4.0.3</version>
<type>pom</type>
</dependency>
implementation 'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:4.0.3'
implementation("org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:4.0.3")
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.addons.reactor.bundles" % "4.0.3"
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.addons.reactor.bundles', version='4.0.3')
)
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.addons.reactor.bundles" rev="4.0.3" />
<parent> <groupId>org.smarthomej.addons</groupId> <artifactId>org.smarthomej.addons.reactor</artifactId> <version>4.0.3</version> </parent>
compile
|-- org.apache.karaf.features:framework
provided
|-- org.openhab.core.bom:org.openhab.core.bom.compile
|-- org.openhab.core.bom:org.openhab.core.bom.openhab-core
|-- org.apache.karaf.features:standard
|-- org.smarthomej.addons.features.karaf:org.smarthomej.addons.features.karaf.smarthomej-addons-external
test