Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.stormpath.sdk |
ArtifactId | ArtifactIdstormpath-sdk-httpclient |
Version | Version1.0.RC9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/ -->
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-httpclient</artifactId>
<version>1.0.RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation 'com.stormpath.sdk:stormpath-sdk-httpclient:1.0.RC9'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation ("com.stormpath.sdk:stormpath-sdk-httpclient:1.0.RC9")
'com.stormpath.sdk:stormpath-sdk-httpclient:jar:1.0.RC9'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-httpclient" rev="1.0.RC9">
<artifact name="stormpath-sdk-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-httpclient', version='1.0.RC9')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-httpclient" % "1.0.RC9"
[com.stormpath.sdk/stormpath-sdk-httpclient "1.0.RC9"]