License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-registry |
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-registry-4.10.2.pom | |
fhir-registry-4.10.2.jar | 16 MB |
fhir-registry-4.10.2-tests.jar | 19 KB |
fhir-registry-4.10.2-test-sources.jar | 9 KB |
fhir-registry-4.10.2-sources.jar | 18 MB |
fhir-registry-4.10.2-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-registry/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-registry</artifactId>
<version>4.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-registry/
implementation 'com.ibm.fhir:fhir-registry:4.10.2'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-registry/
implementation ("com.ibm.fhir:fhir-registry:4.10.2")
'com.ibm.fhir:fhir-registry:jar:4.10.2'
<dependency org="com.ibm.fhir" name="fhir-registry" rev="4.10.2">
<artifact name="fhir-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-registry', version='4.10.2')
)
libraryDependencies += "com.ibm.fhir" % "fhir-registry" % "4.10.2"
[com.ibm.fhir/fhir-registry "4.10.2"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-model | jar | 4.10.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |