o

org.smarthomej.commons

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