License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-core |
Version | Version4.9.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-core-4.9.0.pom | |
fhir-core-4.9.0.jar | 23 KB |
fhir-core-4.9.0-tests.jar | 5 KB |
fhir-core-4.9.0-test-sources.jar | 3 KB |
fhir-core-4.9.0-sources.jar | 16 KB |
fhir-core-4.9.0-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-core/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-core</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-core/
implementation 'com.ibm.fhir:fhir-core:4.9.0'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-core/
implementation ("com.ibm.fhir:fhir-core:4.9.0")
'com.ibm.fhir:fhir-core:jar:4.9.0'
<dependency org="com.ibm.fhir" name="fhir-core" rev="4.9.0">
<artifact name="fhir-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-core', version='4.9.0')
)
libraryDependencies += "com.ibm.fhir" % "fhir-core" % "4.9.0"
[com.ibm.fhir/fhir-core "4.9.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.3.0 |