MVN

org.xbib : cql-elasticsearch

Maven & Gradle

Sep 27, 2020

cql-elasticsearch · Contextual Query Language compiler for Java

<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>cql-elasticsearch</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.4

All Versions

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

Version Vulnerabilities Updated
3.0.x
cql-elasticsearch-3.0.4
cql-elasticsearch-3.0.2
cql-elasticsearch-3.0.1
cql-elasticsearch-3.0.0
2.0.x
cql-elasticsearch-2.0.2
1.2.x
cql-elasticsearch-1.2.0
1.1.x
cql-elasticsearch-1.1.1
cql-elasticsearch-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>cql-elasticsearch</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.xbib:cql-elasticsearch:3.0.4'

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

implementation("org.xbib:cql-elasticsearch:3.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.xbib" % "cql-elasticsearch" % "3.0.4"

Advertisement