is not current version
Last Version 0.3.6

com.healthlx.smartonfhir:core 0.2

Library that makes it easy to start developing an app using SMART App Launch Framework.

GroupId

GroupId

com.healthlx.smartonfhir
ArtifactId

ArtifactId

core
Version

Version

0.2
Type

Type

jar

Download core 0.2


<!-- https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/ -->
<dependency>
    <groupId>com.healthlx.smartonfhir</groupId>
    <artifactId>core</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/
implementation 'com.healthlx.smartonfhir:core:0.2'
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/
implementation ("com.healthlx.smartonfhir:core:0.2")
'com.healthlx.smartonfhir:core:jar:0.2'
<dependency org="com.healthlx.smartonfhir" name="core" rev="0.2">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthlx.smartonfhir', module='core', version='0.2')
)
libraryDependencies += "com.healthlx.smartonfhir" % "core" % "0.2"
[com.healthlx.smartonfhir/core "0.2"]