is not current version
Last Version 1.1.1

org.xbib:cql 1.1.0

Contextual Query Language compiler for Java

GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

cql
Version

Version

1.1.0
Type

Type

jar

Download cql 1.1.0


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