o

org.smarthomej.commons

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