e

exist-cqlparser

eXist-db XQuery CQL Parser Module
Files download
File Operation
exist-cqlparser-5.5.1.jar download
exist-cqlparser-5.5.1.pom download
exist-cqlparser-5.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-cqlparser</artifactId>
  <version>5.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-cqlparser:5.5.1'
Gradle Kotlin
implementation("org.exist-db:exist-cqlparser:5.5.1")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-cqlparser" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-cqlparser', version='5.5.1')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-cqlparser" rev="5.5.1" />
Leiningen
[org.exist-db/exist-cqlparser "5.5.1"]
Apache Buildr
'org.exist-db:exist-cqlparser:jar:5.5.1'