не последняя версия
Последняя версия 0.0.4-PREVIEW

com.smartthings.sdk:smartthings-client 0.0.3-PREVIEW

SmartApp and Client SDK

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.smartthings.sdk
Идентификатор

Идентификатор

smartthings-client
Версия

Версия

0.0.3-PREVIEW
Тип

Тип

jar

Скачать smartthings-client 0.0.3-PREVIEW


<!-- https://jarcasting.com/artifacts/com.smartthings.sdk/smartthings-client/ -->
<dependency>
    <groupId>com.smartthings.sdk</groupId>
    <artifactId>smartthings-client</artifactId>
    <version>0.0.3-PREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartthings-client/
implementation 'com.smartthings.sdk:smartthings-client:0.0.3-PREVIEW'
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartthings-client/
implementation ("com.smartthings.sdk:smartthings-client:0.0.3-PREVIEW")
'com.smartthings.sdk:smartthings-client:jar:0.0.3-PREVIEW'
<dependency org="com.smartthings.sdk" name="smartthings-client" rev="0.0.3-PREVIEW">
  <artifact name="smartthings-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartthings.sdk', module='smartthings-client', version='0.0.3-PREVIEW')
)
libraryDependencies += "com.smartthings.sdk" % "smartthings-client" % "0.0.3-PREVIEW"
[com.smartthings.sdk/smartthings-client "0.0.3-PREVIEW"]