GroupId | GroupIdorg.opencds.cqf |
---|---|
ArtifactId | ArtifactIdcql-engine-fhir |
Version | Version1.3.11 |
Type | Typejar |
Filename | Size |
---|---|
cql-engine-fhir-1.3.11.pom | |
cql-engine-fhir-1.3.11.jar | 48 KB |
cql-engine-fhir-1.3.11-sources.jar | 25 KB |
cql-engine-fhir-1.3.11-javadoc.jar | 708 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine-fhir/ -->
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cql-engine-fhir</artifactId>
<version>1.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine-fhir/
implementation 'org.opencds.cqf:cql-engine-fhir:1.3.11'
// https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine-fhir/
implementation ("org.opencds.cqf:cql-engine-fhir:1.3.11")
'org.opencds.cqf:cql-engine-fhir:jar:1.3.11'
<dependency org="org.opencds.cqf" name="cql-engine-fhir" rev="1.3.11">
<artifact name="cql-engine-fhir" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencds.cqf', module='cql-engine-fhir', version='1.3.11')
)
libraryDependencies += "org.opencds.cqf" % "cql-engine-fhir" % "1.3.11"
[org.opencds.cqf/cql-engine-fhir "1.3.11"]