o

org.smarthomej.commons

文件下载
文件名 操作
org.smarthomej.commons-3.2.11.jar 下载
org.smarthomej.commons-3.2.11.pom 下载
org.smarthomej.commons-3.2.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.smarthomej.addons.bundles</groupId>
  <artifactId>org.smarthomej.commons</artifactId>
  <version>3.2.11</version>
</dependency>
Gradle Groovy
implementation 'org.smarthomej.addons.bundles:org.smarthomej.commons:3.2.11'
Gradle Kotlin
implementation("org.smarthomej.addons.bundles:org.smarthomej.commons:3.2.11")
Scala SBT
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.commons" % "3.2.11"
Groovy Grape
@Grapes(
  @Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.commons', version='3.2.11')
)
Apache Ivy
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.commons" rev="3.2.11" />
Leiningen
[org.smarthomej.addons.bundles/org.smarthomej.commons "3.2.11"]
Apache Buildr
'org.smarthomej.addons.bundles:org.smarthomej.commons:jar:3.2.11'