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