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