Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.healthcarelocator |
ArtifactId | ArtifactIdclient-stack-sdk |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
client-stack-sdk-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.healthcarelocator/client-stack-sdk/ -->
<dependency>
<groupId>com.healthcarelocator</groupId>
<artifactId>client-stack-sdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.healthcarelocator/client-stack-sdk/
implementation 'com.healthcarelocator:client-stack-sdk:1.0.0'
// https://jarcasting.com/artifacts/com.healthcarelocator/client-stack-sdk/
implementation ("com.healthcarelocator:client-stack-sdk:1.0.0")
'com.healthcarelocator:client-stack-sdk:aar:1.0.0'
<dependency org="com.healthcarelocator" name="client-stack-sdk" rev="1.0.0">
<artifact name="client-stack-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.healthcarelocator', module='client-stack-sdk', version='1.0.0')
)
libraryDependencies += "com.healthcarelocator" % "client-stack-sdk" % "1.0.0"
[com.healthcarelocator/client-stack-sdk "1.0.0"]