c

cql-ls-plugin-debug

A plugin the CQL language server that adds debug capability
文件下载
文件名 操作
cql-ls-plugin-debug-2.0.0.jar 下载
cql-ls-plugin-debug-2.0.0.pom 下载
cql-ls-plugin-debug-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opencds.cqf.cql.ls</groupId>
  <artifactId>cql-ls-plugin-debug</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencds.cqf.cql.ls:cql-ls-plugin-debug:2.0.0'
Gradle Kotlin
implementation("org.opencds.cqf.cql.ls:cql-ls-plugin-debug:2.0.0")
Scala SBT
libraryDependencies += "org.opencds.cqf.cql.ls" % "cql-ls-plugin-debug" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencds.cqf.cql.ls', module='cql-ls-plugin-debug', version='2.0.0')
)
Apache Ivy
<dependency org="org.opencds.cqf.cql.ls" name="cql-ls-plugin-debug" rev="2.0.0" />
Leiningen
[org.opencds.cqf.cql.ls/cql-ls-plugin-debug "2.0.0"]
Apache Buildr
'org.opencds.cqf.cql.ls:cql-ls-plugin-debug:jar:2.0.0'