GroupId | GroupIdcom.smartthings.sdk |
---|---|
ArtifactId | ArtifactIdsmartapp-core |
Version | Version0.0.3-PREVIEW |
Type | Typejar |
Filename | Size |
---|---|
smartapp-core-0.0.3-PREVIEW.pom | |
smartapp-core-0.0.3-PREVIEW.jar | 143 KB |
smartapp-core-0.0.3-PREVIEW-sources.jar | 100 KB |
smartapp-core-0.0.3-PREVIEW-javadoc.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-core/ -->
<dependency>
<groupId>com.smartthings.sdk</groupId>
<artifactId>smartapp-core</artifactId>
<version>0.0.3-PREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-core/
implementation 'com.smartthings.sdk:smartapp-core:0.0.3-PREVIEW'
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-core/
implementation ("com.smartthings.sdk:smartapp-core:0.0.3-PREVIEW")
'com.smartthings.sdk:smartapp-core:jar:0.0.3-PREVIEW'
<dependency org="com.smartthings.sdk" name="smartapp-core" rev="0.0.3-PREVIEW">
<artifact name="smartapp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartthings.sdk', module='smartapp-core', version='0.0.3-PREVIEW')
)
libraryDependencies += "com.smartthings.sdk" % "smartapp-core" % "0.0.3-PREVIEW"
[com.smartthings.sdk/smartapp-core "0.0.3-PREVIEW"]