| License |
License |
|---|---|
| GroupId | GroupIdorg.ehrbase.openehr |
| ArtifactId | ArtifactIdrest-openehr |
| Version | Version0.12.0 |
| Type | Typejar |
| Description |
DescriptionEHRbase is a Free, Libre, Open Source openEHR Clinical Data Repository
|
| Filename | Size |
|---|---|
| rest-openehr-0.12.0.pom | |
| rest-openehr-0.12.0.jar | 93 KB |
| rest-openehr-0.12.0-sources.jar | 69 KB |
| rest-openehr-0.12.0-javadoc.jar | 612 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ehrbase.openehr/rest-openehr/ -->
<dependency>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>rest-openehr</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehrbase.openehr/rest-openehr/
implementation 'org.ehrbase.openehr:rest-openehr:0.12.0'
// https://jarcasting.com/artifacts/org.ehrbase.openehr/rest-openehr/
implementation ("org.ehrbase.openehr:rest-openehr:0.12.0")
'org.ehrbase.openehr:rest-openehr:jar:0.12.0'
<dependency org="org.ehrbase.openehr" name="rest-openehr" rev="0.12.0">
<artifact name="rest-openehr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehrbase.openehr', module='rest-openehr', version='0.12.0')
)
libraryDependencies += "org.ehrbase.openehr" % "rest-openehr" % "0.12.0"
[org.ehrbase.openehr/rest-openehr "0.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
| org.ehrbase.openehr : api | jar | 0.12.0 |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| io.swagger : swagger-annotations | jar | 1.5.23 |
| io.swagger : swagger-models | jar | 1.5.23 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 3.11.1 |