GroupId | GroupIdorg.opencds.cqf |
---|---|
ArtifactId | ArtifactIdcql-engine |
Version | Version1.3.9-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine/ -->
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cql-engine</artifactId>
<version>1.3.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine/
implementation 'org.opencds.cqf:cql-engine:1.3.9-RELEASE'
// https://jarcasting.com/artifacts/org.opencds.cqf/cql-engine/
implementation ("org.opencds.cqf:cql-engine:1.3.9-RELEASE")
'org.opencds.cqf:cql-engine:jar:1.3.9-RELEASE'
<dependency org="org.opencds.cqf" name="cql-engine" rev="1.3.9-RELEASE">
<artifact name="cql-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencds.cqf', module='cql-engine', version='1.3.9-RELEASE')
)
libraryDependencies += "org.opencds.cqf" % "cql-engine" % "1.3.9-RELEASE"
[org.opencds.cqf/cql-engine "1.3.9-RELEASE"]