MVN

org.apache.lens : lens-driver-es

Maven & Gradle

Jan 24, 2018
1 usages

Lens Elastic Search Driver · ES execution driver

<dependency>
    <groupId>org.apache.lens</groupId>
    <artifactId>lens-driver-es</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.lens : lens-driver-es to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.1
  • Latest Beta: 2.5.0-beta

All Versions

Choose a version of org.apache.lens : lens-driver-es to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
lens-driver-es-2.7.1
2.6.x
lens-driver-es-2.6.1
2.5.x
lens-driver-es-2.5.0-beta
2.4.x
lens-driver-es-2.4.0-beta
2.3.x
lens-driver-es-2.3.0-beta

How to add a dependency to Maven

Add the following org.apache.lens : lens-driver-es maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.lens</groupId>
    <artifactId>lens-driver-es</artifactId>
    <version>2.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.lens : lens-driver-es gradle dependency to your build.gradle file:

implementation 'org.apache.lens:lens-driver-es:2.7.1'

Gradle Kotlin DSL: Add the following org.apache.lens : lens-driver-es gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.lens:lens-driver-es:2.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.lens : lens-driver-es sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.lens" % "lens-driver-es" % "2.7.1"