License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-client |
Version | Version4.11.0 |
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-client-4.11.0.pom | |
fhir-client-4.11.0.jar | 28 KB |
fhir-client-4.11.0-tests.jar | 42 KB |
fhir-client-4.11.0-test-sources.jar | 30 KB |
fhir-client-4.11.0-sources.jar | 19 KB |
fhir-client-4.11.0-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-client/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-client</artifactId>
<version>4.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-client/
implementation 'com.ibm.fhir:fhir-client:4.11.0'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-client/
implementation ("com.ibm.fhir:fhir-client:4.11.0")
'com.ibm.fhir:fhir-client:jar:4.11.0'
<dependency org="com.ibm.fhir" name="fhir-client" rev="4.11.0">
<artifact name="fhir-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-client', version='4.11.0')
)
libraryDependencies += "com.ibm.fhir" % "fhir-client" % "4.11.0"
[com.ibm.fhir/fhir-client "4.11.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-core | jar | 4.11.0 |
com.ibm.fhir : fhir-model | jar | 4.11.0 |
com.ibm.fhir : fhir-provider | jar | 4.11.0 |
org.apache.cxf : cxf-rt-rs-client | jar | 3.5.1 |
org.apache.cxf : cxf-rt-transports-http-hc | jar | 3.5.1 |
org.apache.cxf : cxf-rt-features-logging | jar | 3.5.1 |
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-model | test-jar | 4.11.0 |
org.testng : testng | jar | 7.5 |
org.skyscreamer : jsonassert | jar | 1.5.0 |