o

org.smarthomej.binding.http

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