h

heatcontrol-overview

Overview Control App for Smartrplace Heatcontrol
文件下载
文件名 操作
heatcontrol-overview-0.9.0.2.jar 下载
heatcontrol-overview-0.9.0.2.pom 下载
heatcontrol-overview-0.9.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.smartrplace.apps</groupId>
  <artifactId>heatcontrol-overview</artifactId>
  <version>0.9.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.smartrplace.apps:heatcontrol-overview:0.9.0.2'
Gradle Kotlin
implementation("org.smartrplace.apps:heatcontrol-overview:0.9.0.2")
Scala SBT
libraryDependencies += "org.smartrplace.apps" % "heatcontrol-overview" % "0.9.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.smartrplace.apps', module='heatcontrol-overview', version='0.9.0.2')
)
Apache Ivy
<dependency org="org.smartrplace.apps" name="heatcontrol-overview" rev="0.9.0.2" />
Leiningen
[org.smartrplace.apps/heatcontrol-overview "0.9.0.2"]
Apache Buildr
'org.smartrplace.apps:heatcontrol-overview:jar:0.9.0.2'