License |
License |
---|---|
GroupId | GroupIdcom.ibm.fhir |
ArtifactId | ArtifactIdfhir-cql-rest |
Version | Version4.11.1 |
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-cql-rest-4.11.1.pom | |
fhir-cql-rest-4.11.1.jar | 12 KB |
fhir-cql-rest-4.11.1-tests.jar | 17 KB |
fhir-cql-rest-4.11.1-test-sources.jar | 9 KB |
fhir-cql-rest-4.11.1-sources.jar | 7 KB |
fhir-cql-rest-4.11.1-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cql-rest/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-cql-rest</artifactId>
<version>4.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cql-rest/
implementation 'com.ibm.fhir:fhir-cql-rest:4.11.1'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-cql-rest/
implementation ("com.ibm.fhir:fhir-cql-rest:4.11.1")
'com.ibm.fhir:fhir-cql-rest:jar:4.11.1'
<dependency org="com.ibm.fhir" name="fhir-cql-rest" rev="4.11.1">
<artifact name="fhir-cql-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-cql-rest', version='4.11.1')
)
libraryDependencies += "com.ibm.fhir" % "fhir-cql-rest" % "4.11.1"
[com.ibm.fhir/fhir-cql-rest "4.11.1"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.fhir : fhir-cql | jar | 4.11.1 |
org.opencds.cqf.cql : engine | jar | 1.5.2 |
com.ibm.fhir : fhir-client | jar | 4.11.1 |
com.ibm.fhir : fhir-search | jar | 4.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.5 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.32.0 |