MVN

org.codelibs.elasticsearch.module : tasks

Maven & Gradle

Oct 23, 2020
4 stars

tasks · Elasticsearch module: tasks

<dependency>
    <groupId>org.codelibs.elasticsearch.module</groupId>
    <artifactId>tasks</artifactId>
    <version>7.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codelibs.elasticsearch.module : tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.9.3

All Versions

Choose a version of org.codelibs.elasticsearch.module : tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.9.x
tasks-7.9.3
tasks-7.9.2
tasks-7.9.1
tasks-7.9.0
7.8.x
tasks-7.8.1
tasks-7.8.0
7.7.x
tasks-7.7.1
tasks-7.7.0

How to add a dependency to Maven

Add the following org.codelibs.elasticsearch.module : tasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codelibs.elasticsearch.module</groupId>
    <artifactId>tasks</artifactId>
    <version>7.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codelibs.elasticsearch.module : tasks gradle dependency to your build.gradle file:

implementation 'org.codelibs.elasticsearch.module:tasks:7.9.3'

Gradle Kotlin DSL: Add the following org.codelibs.elasticsearch.module : tasks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codelibs.elasticsearch.module:tasks:7.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codelibs.elasticsearch.module : tasks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codelibs.elasticsearch.module" % "tasks" % "7.9.3"

Advertisement