is not current version
Last Version 0.3.6

com.healthlx.smartonfhir:config 0.2

Library that makes it easy to start developing an app using SMART App Launch Framework. (Autoconfiguration module for spring boot)

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.healthlx.smartonfhir
ArtifactId

ArtifactId

config
Version

Version

0.2
Type

Type

jar

Download config 0.2


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