License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-cache |
Version | Version4.10.2 |
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-cache-4.10.2.pom | |
fhir-cache-4.10.2.jar | 15 KB |
fhir-cache-4.10.2-tests.jar | 4 KB |
fhir-cache-4.10.2-test-sources.jar | 2 KB |
fhir-cache-4.10.2-sources.jar | 8 KB |
fhir-cache-4.10.2-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cache/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-cache</artifactId>
<version>4.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cache/
implementation 'com.ibm.fhir:fhir-cache:4.10.2'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cache/
implementation ("com.ibm.fhir:fhir-cache:4.10.2")
'com.ibm.fhir:fhir-cache:jar:4.10.2'
<dependency org="com.ibm.fhir" name="fhir-cache" rev="4.10.2">
<artifact name="fhir-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-cache', version='4.10.2')
)
libraryDependencies += "com.ibm.fhir" % "fhir-cache" % "4.10.2"
[com.ibm.fhir/fhir-cache "4.10.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ben-manes.caffeine : caffeine | jar | 2.9.0 |
com.ibm.fhir : fhir-core | jar | 4.10.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |