License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-persistence |
Version | Version4.8.2 |
Type | Typejar |
Description |
DescriptionThe IBM® FHIR® Server is a modular Java implementation of version 4 of the HL7 FHIR specification with a focus on performance and configurability.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fhir-persistence-4.8.2.pom | |
fhir-persistence-4.8.2.jar | 56 KB |
fhir-persistence-4.8.2-tests.jar | 155 KB |
fhir-persistence-4.8.2-test-sources.jar | 97 KB |
fhir-persistence-4.8.2-sources.jar | 41 KB |
fhir-persistence-4.8.2-javadoc.jar | 728 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-persistence/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-persistence</artifactId>
<version>4.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-persistence/
implementation 'com.ibm.fhir:fhir-persistence:4.8.2'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-persistence/
implementation ("com.ibm.fhir:fhir-persistence:4.8.2")
'com.ibm.fhir:fhir-persistence:jar:4.8.2'
<dependency org="com.ibm.fhir" name="fhir-persistence" rev="4.8.2">
<artifact name="fhir-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-persistence', version='4.8.2')
)
libraryDependencies += "com.ibm.fhir" % "fhir-persistence" % "4.8.2"
[com.ibm.fhir/fhir-persistence "4.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-core | jar | 4.8.2 |
com.ibm.fhir : fhir-config | jar | 4.8.2 |
com.ibm.fhir : fhir-model | jar | 4.8.2 |
com.ibm.fhir : fhir-path | jar | 4.8.2 |
com.ibm.fhir : fhir-search | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-model | test-jar | 4.8.2 |
com.ibm.fhir : fhir-examples | jar | 4.8.2 |
org.testng : testng | jar | 7.3.0 |
org.json : json | jar | 20200518 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.xmlunit : xmlunit-core | jar | 2.8.2 |