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