License |
License |
---|---|
GroupId | GroupIdorg.ehrbase.openehr |
ArtifactId | ArtifactIdapplication |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionEHRbase is a Free, Libre, Open Source openEHR Clinical Data Repository
|
Filename | Size |
---|---|
application-0.12.0.pom | |
application-0.12.0.jar | 87 MB |
application-0.12.0-sources.jar | 13 KB |
application-0.12.0-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehrbase.openehr/application/ -->
<dependency>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>application</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehrbase.openehr/application/
implementation 'org.ehrbase.openehr:application:0.12.0'
// https://jarcasting.com/artifacts/org.ehrbase.openehr/application/
implementation ("org.ehrbase.openehr:application:0.12.0")
'org.ehrbase.openehr:application:jar:0.12.0'
<dependency org="org.ehrbase.openehr" name="application" rev="0.12.0">
<artifact name="application" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehrbase.openehr', module='application', version='0.12.0')
)
libraryDependencies += "org.ehrbase.openehr" % "application" % "0.12.0"
[org.ehrbase.openehr/application "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.2.4.RELEASE |
org.springframework.security : spring-security-web | jar | 5.2.1.RELEASE |
org.springframework.security : spring-security-config | jar | 5.2.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.4.RELEASE |
org.flywaydb : flyway-core | jar | 6.2.0 |
org.ehrbase.openehr : service | jar | 0.12.0 |
org.ehrbase.openehr : rest-ehr-scape | jar | 0.12.0 |
org.ehrbase.openehr : api | jar | 0.12.0 |
org.ehrbase.openehr : rest-openehr | jar | 0.12.0 |
org.ehrbase.openehr : base | jar | 0.12.0 |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar | 2.2.4.RELEASE |