Files download
File Operation
tooling-1.3.1.jar download
tooling-1.3.1.pom download
tooling-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencds.cqf</groupId>
  <artifactId>tooling</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.opencds.cqf:tooling:1.3.1'
Gradle Kotlin
implementation("org.opencds.cqf:tooling:1.3.1")
Scala SBT
libraryDependencies += "org.opencds.cqf" % "tooling" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opencds.cqf', module='tooling', version='1.3.1')
)
Apache Ivy
<dependency org="org.opencds.cqf" name="tooling" rev="1.3.1" />
Leiningen
[org.opencds.cqf/tooling "1.3.1"]
Apache Buildr
'org.opencds.cqf:tooling:jar:1.3.1'
Dependencies

compile

|-- info.cqframework:elm-fhir:1.5.4

|-- org.opencds.cqf.cql:engine

|-- javax.xml.stream:stax-api:1.0-2

|-- org.cdsframework.rckms:mts-support-rckms:2.0.0

|-- info.bliki.wiki:bliki-core:3.1.0

|-- org.jsoup:jsoup:1.14.2

|-- com.j2html:j2html:1.5.0

|-- ca.uhn.hapi.fhir:org.hl7.fhir.r4:5.4.8

|-- ca.uhn.hapi.fhir:org.hl7.fhir.convertors:5.4.8

|-- ca.uhn.hapi.fhir:org.hl7.fhir.validation:5.4.8

|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:5.4.8

|-- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:5.4.2

|-- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:5.4.2

|-- ca.uhn.hapi.fhir:hapi-fhir-structures-r5:5.4.2

|-- ca.uhn.hapi.fhir:hapi-fhir-base:5.4.2

|-- ca.uhn.hapi.fhir:hapi-fhir-converter:5.4.2

|-- com.google.code.gson:gson:2.8.7

|-- commons-lang:commons-lang:2.6

|-- commons-codec:commons-codec:1.15

|-- org.apache.commons:commons-compress:1.21

|-- org.apache.poi:poi-ooxml:5.0.0

|-- org.thymeleaf:thymeleaf:3.0.12.RELEASE

|-- com.fasterxml.jackson.core:jackson-databind:2.12.4

|-- com.github.ben-manes.caffeine:caffeine:2.9.1

|-- javax.xml.bind:jaxb-api:2.4.0-b180830.0359

|-- javax.activation:activation:1.1.1

|-- org.glassfish.jaxb:jaxb-runtime:2.4.0-b180725.0644

|-- com.fasterxml.jackson.core:jackson-annotations:2.12.4

|-- javax.validation:validation-api:2.0.1.Final

|-- org.slf4j:jcl-over-slf4j:1.7.30

|-- org.slf4j:log4j-over-slf4j:1.7.30

|-- ch.qos.logback:logback-classic:1.2.3

|-- net.sf.jopt-simple:jopt-simple:5.0.4

test

|-- org.opencds.cqf.cql:evaluator.builder:1.2.0

|-- org.opencds.cqf.cql:engine.fhir

|-- org.testng:testng:7.4.0

|-- org.hamcrest:hamcrest-all:1.3

|-- org.mockito:mockito-core:3.11.2