<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-httpclient</artifactId>
<version>2.0.2-okta</version>
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-httpclient', version='2.0.2-okta')
)
<parent> <groupId>com.stormpath.sdk</groupId> <artifactId>stormpath-sdk-root</artifactId> <version>2.0.2-okta</version> </parent>
compile
|-- com.stormpath.sdk:stormpath-sdk-impl
|-- org.apache.httpcomponents:httpclient
provided
|-- javax.servlet:javax.servlet-api
test