Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.smartthings.sdk |
ArtifactId | ArtifactIdsmartthings-client |
Version | Version0.0.3-PREVIEW |
Type | Typejar |
<!-- 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"]