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