is not current version
Last Version 6.0.1

org.exist-db:exist-cqlparser 5.0.0

eXist-db XQuery CQL Parser Module

Categories

Categories

eXist Data Databases
GroupId

GroupId

org.exist-db
ArtifactId

ArtifactId

exist-cqlparser
Version

Version

5.0.0
Type

Type

jar

Download exist-cqlparser 5.0.0


<!-- https://jarcasting.com/artifacts/org.exist-db/exist-cqlparser/ -->
<dependency>
    <groupId>org.exist-db</groupId>
    <artifactId>exist-cqlparser</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-cqlparser/
implementation 'org.exist-db:exist-cqlparser:5.0.0'
// https://jarcasting.com/artifacts/org.exist-db/exist-cqlparser/
implementation ("org.exist-db:exist-cqlparser:5.0.0")
'org.exist-db:exist-cqlparser:jar:5.0.0'
<dependency org="org.exist-db" name="exist-cqlparser" rev="5.0.0">
  <artifact name="exist-cqlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-cqlparser', version='5.0.0')
)
libraryDependencies += "org.exist-db" % "exist-cqlparser" % "5.0.0"
[org.exist-db/exist-cqlparser "5.0.0"]