is not current version
Last Version 1.1.24

org.unlaxer:cql 1.1.20

a simple parser combinator inspired by RelaxNG

GroupId

GroupId

org.unlaxer
ArtifactId

ArtifactId

cql
Version

Version

1.1.20
Type

Type

jar

Download cql 1.1.20


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