is not current version
Last Version 1.0.1

com.healthcarelocator:client-stack-sdk 1.0.0

this lib contains the entire stack ( UI + Service ) to access healthcarelocator API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.healthcarelocator
ArtifactId

ArtifactId

client-stack-sdk
Version

Version

1.0.0
Type

Type

aar

Download client-stack-sdk 1.0.0


<!-- 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"]