t

tooling-parent

Tooling for CQF/IG developers
https://github.com/cqframework/cqf-tooling/tree/master
Apache License, Version 2.0
Josh Reynolds Chris Schuler Jonathan Percival Bryn Rhodes Adam Stevenson
文件下载
文件名 操作
tooling-parent-2.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.opencds.cqf</groupId>
  <artifactId>tooling-parent</artifactId>
  <version>2.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opencds.cqf:tooling-parent:2.6.0'
Gradle Kotlin
implementation("org.opencds.cqf:tooling-parent:2.6.0")
Scala SBT
libraryDependencies += "org.opencds.cqf" % "tooling-parent" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencds.cqf', module='tooling-parent', version='2.6.0')
)
Apache Ivy
<dependency org="org.opencds.cqf" name="tooling-parent" rev="2.6.0" />
Leiningen
[org.opencds.cqf/tooling-parent "2.6.0"]
Apache Buildr
'org.opencds.cqf:tooling-parent:jar:2.6.0'
本项目依赖
该项目无第三方依赖