License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-examples |
Last Version | Last Version4.11.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIBM FHIR Server - Examples
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-examples-4.11.1.pom | |
fhir-examples-4.11.1.jar | 40 MB |
fhir-examples-4.11.1-sources.jar | 40 MB |
fhir-examples-4.11.1-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-examples/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-examples</artifactId>
<version>4.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-examples/
implementation 'com.ibm.fhir:fhir-examples:4.11.1'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-examples/
implementation ("com.ibm.fhir:fhir-examples:4.11.1")
'com.ibm.fhir:fhir-examples:jar:4.11.1'
<dependency org="com.ibm.fhir" name="fhir-examples" rev="4.11.1">
<artifact name="fhir-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-examples', version='4.11.1')
)
libraryDependencies += "com.ibm.fhir" % "fhir-examples" % "4.11.1"
[com.ibm.fhir/fhir-examples "4.11.1"]