MVN

info.cqframework : cqf-fhir

Maven & Gradle

Aug 25, 2023
243 stars

cqf-fhir · The cqf-fhir library for the Clinical Quality Language Java reference implementation

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

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
cqf-fhir-3.0.0
2.11.x
cqf-fhir-2.11.0
2.10.x
cqf-fhir-2.10.0
2.9.x
cqf-fhir-2.9.0
2.8.x
cqf-fhir-2.8.0
2.7.x
cqf-fhir-2.7.0
2.6.x
cqf-fhir-2.6.0
2.5.x
cqf-fhir-2.5.0
2.4.x
cqf-fhir-2.4.0
2.3.x
cqf-fhir-2.3.0
2.2.x
cqf-fhir-2.2.0
2.1.x
cqf-fhir-2.1.0
2.0.x
cqf-fhir-2.0.0
1.5.x
cqf-fhir-1.5.12
cqf-fhir-1.5.11
cqf-fhir-1.5.10

How to add a dependency to Maven

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

<dependency>
    <groupId>info.cqframework</groupId>
    <artifactId>cqf-fhir</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'info.cqframework:cqf-fhir:3.0.0'

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

implementation("info.cqframework:cqf-fhir:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "info.cqframework" % "cqf-fhir" % "3.0.0"

Advertisement