Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.smartthings.sdk |
ArtifactId | ArtifactIdsmartapp-guice |
Version | Version0.0.2-PREVIEW |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-guice/ -->
<dependency>
<groupId>com.smartthings.sdk</groupId>
<artifactId>smartapp-guice</artifactId>
<version>0.0.2-PREVIEW</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-guice/
implementation 'com.smartthings.sdk:smartapp-guice:0.0.2-PREVIEW'
// https://jarcasting.com/artifacts/com.smartthings.sdk/smartapp-guice/
implementation ("com.smartthings.sdk:smartapp-guice:0.0.2-PREVIEW")
'com.smartthings.sdk:smartapp-guice:pom:0.0.2-PREVIEW'
<dependency org="com.smartthings.sdk" name="smartapp-guice" rev="0.0.2-PREVIEW">
<artifact name="smartapp-guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smartthings.sdk', module='smartapp-guice', version='0.0.2-PREVIEW')
)
libraryDependencies += "com.smartthings.sdk" % "smartapp-guice" % "0.0.2-PREVIEW"
[com.smartthings.sdk/smartapp-guice "0.0.2-PREVIEW"]