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