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