License |
License |
---|---|
GroupId | GroupIdcom.healthlx.smartonfhir |
ArtifactId | ArtifactIdcore |
Version | Version0.3 |
Type | Typejar |
Description |
Descriptionsmart-on-fhir
Library that makes it easy to start developing an app using SMART App Launch Framework.
|
Filename | Size |
---|---|
core-0.3.pom | |
core-0.3.jar | 5 KB |
core-0.3-sources.jar | 3 KB |
core-0.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/ -->
<dependency>
<groupId>com.healthlx.smartonfhir</groupId>
<artifactId>core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/
implementation 'com.healthlx.smartonfhir:core:0.3'
// https://jarcasting.com/artifacts/com.healthlx.smartonfhir/core/
implementation ("com.healthlx.smartonfhir:core:0.3")
'com.healthlx.smartonfhir:core:jar:0.3'
<dependency org="com.healthlx.smartonfhir" name="core" rev="0.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthlx.smartonfhir', module='core', version='0.3')
)
libraryDependencies += "com.healthlx.smartonfhir" % "core" % "0.3"
[com.healthlx.smartonfhir/core "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-oauth2-client | jar | 5.2.0.RELEASE |
org.springframework.security : spring-security-oauth2-jose | jar | 5.2.0.RELEASE |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.21.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |