smartthings-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.smartthings.sdk</groupId> <artifactId>smartthings-client</artifactId> <version>0.0.4-PREVIEW</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.smartthings.sdk</groupId> <artifactId>smartthings-client</artifactId> <version>0.0.4-PREVIEW</version> <name>SmartApp SDK</name> <description>SmartApp and Client SDK</description> <url>https://github.com/SmartThingsCommunity/smartapp-sdk-java</url> <organization> <name>com.smartthings.sdk</name> <url>https://github.com/SmartThingsCommunity</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://github.com/SmartThingsCommunity/smartapp-sdk-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>SmartThings, Inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/SmartThingsCommunity/smartapp-sdk-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:SmartThingsCommunity/smartapp-sdk-java.git</developerConnection> <url>https://github.com/SmartThingsCommunity/smartapp-sdk-java</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/SmartThingsCommunity/smartapp-sdk-java/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>1.5.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-core</artifactId> <version>9.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-jackson</artifactId> <version>9.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-slf4j</artifactId> <version>9.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign.form</groupId> <artifactId>feign-form</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.8.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.oltu.oauth2</groupId> <artifactId>org.apache.oltu.oauth2.client</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>