o

org.smarthomej.addons.reactor.bundles

Files download
File Operation
org.smarthomej.addons.reactor.bundles-3.2.18.pom download
Apache Maven
<dependency>
  <groupId>org.smarthomej.addons.bundles</groupId>
  <artifactId>org.smarthomej.addons.reactor.bundles</artifactId>
  <version>3.2.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.18'
Gradle Kotlin
implementation("org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:3.2.18")
Scala SBT
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.addons.reactor.bundles" % "3.2.18"
Groovy Grape
@Grapes(
  @Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.addons.reactor.bundles', version='3.2.18')
)
Apache Ivy
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.addons.reactor.bundles" rev="3.2.18" />
Leiningen
[org.smarthomej.addons.bundles/org.smarthomej.addons.reactor.bundles "3.2.18"]
Apache Buildr
'org.smarthomej.addons.bundles:org.smarthomej.addons.reactor.bundles:jar:3.2.18'