o

org.smarthomej.transform.format

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