MVN

org.unlaxer : cql

Maven & Gradle

Jul 21, 2022

Unlaxer parser combinator · a simple parser combinator inspired by RelaxNG

<dependency>
    <groupId>org.unlaxer</groupId>
    <artifactId>cql</artifactId>
    <version>1.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.unlaxer : cql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.26

All Versions

Choose a version of org.unlaxer : cql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cql-1.1.26
cql-1.1.25
cql-1.1.24
cql-1.1.23
cql-1.1.22
cql-1.1.21
cql-1.1.20
cql-1.1.19
cql-1.1.18
cql-1.1.17
cql-1.1.16
cql-1.1.15
cql-1.1.14
cql-1.1.13
cql-1.1.12
cql-1.1.11
cql-1.1.10
cql-1.1.9
cql-1.1.8
cql-1.1.7
cql-1.1.6
cql-1.1.5
cql-1.1.4
cql-1.1.3
cql-1.1.2
cql-1.1.1
1.1
cql-1.1
1.0
cql-1.0

How to add a dependency to Maven

Add the following org.unlaxer : cql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.unlaxer</groupId>
    <artifactId>cql</artifactId>
    <version>1.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.unlaxer : cql gradle dependency to your build.gradle file:

implementation 'org.unlaxer:cql:1.1.26'

Gradle Kotlin DSL: Add the following org.unlaxer : cql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.unlaxer:cql:1.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.unlaxer : cql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.unlaxer" % "cql" % "1.1.26"

Advertisement