MVN

info.cqframework : cql-parsetree

Maven & Gradle

Aug 25, 2023
244 stars

cql-parsetree · The cql-parsetree library for the Clinical Quality Language Java reference implementation

<dependency>
    <groupId>info.cqframework</groupId>
    <artifactId>cql-parsetree</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.cqframework : cql-parsetree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of info.cqframework : cql-parsetree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
cql-parsetree-3.0.0
2.11.x
cql-parsetree-2.11.0
2.10.x
cql-parsetree-2.10.0

How to add a dependency to Maven

Add the following info.cqframework : cql-parsetree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.cqframework</groupId>
    <artifactId>cql-parsetree</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.cqframework : cql-parsetree gradle dependency to your build.gradle file:

implementation 'info.cqframework:cql-parsetree:3.0.0'

Gradle Kotlin DSL: Add the following info.cqframework : cql-parsetree gradle kotlin dependency to your build.gradle.kts file:

implementation("info.cqframework:cql-parsetree:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.cqframework : cql-parsetree sbt scala dependency to your build.sbt file:

libraryDependencies += "info.cqframework" % "cql-parsetree" % "3.0.0"

Advertisement