License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.healthlx.smartonfhir |
ArtifactId | ArtifactIdconfig |
Version | Version0.3 |
Type | Typejar |
Description |
Descriptionsmart-on-fhir
Library that makes it easy to start developing an app using SMART App Launch Framework. (Autoconfiguration module for spring boot)
|
Filename | Size |
---|---|
config-0.3.pom | |
config-0.3.jar | 3 KB |
config-0.3-sources.jar | 2 KB |
config-0.3-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.healthlx.smartonfhir/config/ -->
<dependency>
<groupId>com.healthlx.smartonfhir</groupId>
<artifactId>config</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/config/
implementation 'com.healthlx.smartonfhir:config:0.3'
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/config/
implementation ("com.healthlx.smartonfhir:config:0.3")
'com.healthlx.smartonfhir:config:jar:0.3'
<dependency org="com.healthlx.smartonfhir" name="config" rev="0.3">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthlx.smartonfhir', module='config', version='0.3')
)
libraryDependencies += "com.healthlx.smartonfhir" % "config" % "0.3"
[com.healthlx.smartonfhir/config "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.healthlx.smartonfhir : core | jar | 0.3 |
org.springframework.security : spring-security-config | jar | 5.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |