is not current version
Last Version 0.0.4-PREVIEW

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

SmartApp and Client SDK

Categories

Categories

CLI User Interface
GroupId

GroupId

com.smartthings.sdk
ArtifactId

ArtifactId

smartthings-client
Version

Version

0.0.2-PREVIEW
Type

Type

pom

Download smartthings-client 0.0.2-PREVIEW


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