License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-parent |
Version | Version4.9.2 |
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.9.2.pom | 63 KB |
fhir-parent-4.9.2-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.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-parent/
implementation 'com.ibm.fhir:fhir-parent:4.9.2'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-parent/
implementation ("com.ibm.fhir:fhir-parent:4.9.2")
'com.ibm.fhir:fhir-parent:jar:4.9.2'
<dependency org="com.ibm.fhir" name="fhir-parent" rev="4.9.2">
<artifact name="fhir-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-parent', version='4.9.2')
)
libraryDependencies += "com.ibm.fhir" % "fhir-parent" % "4.9.2"
[com.ibm.fhir/fhir-parent "4.9.2"]