MVN

org.apache.lens : lens-client

Maven & Gradle

Jan 24, 2018
5 usages

Lens client · Lens client

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

Latest Version

Choose a version of org.apache.lens : lens-client 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-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
lens-client-2.7.1
2.6.x
lens-client-2.6.1
2.5.x
lens-client-2.5.0-beta
2.4.x
lens-client-2.4.0-beta
2.3.x
lens-client-2.3.0-beta
2.2.x
lens-client-2.2.0-beta-incubating
2.1.x
lens-client-2.1.0-beta-incubating
2.0.x
lens-client-2.0.1-beta-incubating

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.lens:lens-client:2.7.1'

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

implementation("org.apache.lens:lens-client:2.7.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.lens" % "lens-client" % "2.7.1"

Advertisement