File | Operation |
---|---|
org.smarthomej.addons.reactor.bundles-3.2.18.pom | download |
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
<version>3.2.18</version>
<type>pom</type>
</dependency>
implementation 'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.18'
implementation("org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.18")
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.addons.reactor.bundles" % "3.2.18"
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.addons.reactor.bundles', version='3.2.18')
)
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.addons.reactor.bundles" rev="3.2.18" />
<parent> <groupId>org.smarthomej.addons</groupId> <artifactId>org.smarthomej.addons.reactor</artifactId> <version>3.2.18</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