MVN

org.apache.lens : lens-ship-jars

Maven & Gradle

Jan 24, 2018

Lens Ship Jars to Distributed Cache · Jars to be shipped to Distributed Cache

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

Latest Version

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

Version Vulnerabilities Updated
2.7.x
lens-ship-jars-2.7.1
2.6.x
lens-ship-jars-2.6.1
2.5.x
lens-ship-jars-2.5.0-beta
2.4.x
lens-ship-jars-2.4.0-beta

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.lens:lens-ship-jars:2.7.1'

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

implementation("org.apache.lens:lens-ship-jars:2.7.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.lens" % "lens-ship-jars" % "2.7.1"

Advertisement