o

org.smarthomej.commons

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