| License |
License |
|---|---|
| GroupId | GroupIdcom.ibm.fhir |
| ArtifactId | ArtifactIdfhir-parent |
| Last Version | Last Version4.11.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIBM FHIR Server
The IBM® FHIR® Server is a modular Java implementation of version 4 of the HL7 FHIR specification with a focus on performance and configurability.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fhir-parent-4.11.1.pom | 60 KB |
| fhir-parent-4.11.1-tests.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-parent/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-parent/
implementation 'com.ibm.fhir:fhir-parent:4.11.1'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-parent/
implementation ("com.ibm.fhir:fhir-parent:4.11.1")
'com.ibm.fhir:fhir-parent:jar:4.11.1'
<dependency org="com.ibm.fhir" name="fhir-parent" rev="4.11.1">
<artifact name="fhir-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-parent', version='4.11.1')
)
libraryDependencies += "com.ibm.fhir" % "fhir-parent" % "4.11.1"
[com.ibm.fhir/fhir-parent "4.11.1"]