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