Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.stormpath.sdk |
ArtifactId | ArtifactIdstormpath-sdk-httpclient |
Version | Version1.2.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>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation 'com.stormpath.sdk:stormpath-sdk-httpclient:1.2.0'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation ("com.stormpath.sdk:stormpath-sdk-httpclient:1.2.0")
'com.stormpath.sdk:stormpath-sdk-httpclient:jar:1.2.0'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-httpclient" rev="1.2.0">
<artifact name="stormpath-sdk-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-httpclient', version='1.2.0')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-httpclient" % "1.2.0"
[com.stormpath.sdk/stormpath-sdk-httpclient "1.2.0"]