MVN

org.codelibs.elasticsearch.module : tribe

Maven & Gradle

Oct 15, 2020
1 usages
4 stars

tribe · Elasticsearch module: tribe

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

Latest Version

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

  • Latest Stable: 6.8.12
  • Latest Release Candidate: 6.0.0-rc2

All Versions

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

Version Vulnerabilities Updated
6.8.x
tribe-6.8.12
tribe-6.8.10
tribe-6.8.9
tribe-6.8.8
tribe-6.8.7
tribe-6.8.6
tribe-6.8.5
tribe-6.8.4
tribe-6.8.3
tribe-6.8.2
tribe-6.8.1
tribe-6.8.0
6.7.x
tribe-6.7.2
tribe-6.7.1
tribe-6.7.0
6.6.x
tribe-6.6.2
tribe-6.6.1
tribe-6.6.0
6.5.x
tribe-6.5.4
tribe-6.5.3
tribe-6.5.2
tribe-6.5.1
tribe-6.5.0
6.4.x
tribe-6.4.3
tribe-6.4.2
tribe-6.4.1
tribe-6.4.0
6.3.x
tribe-6.3.2
tribe-6.3.1
tribe-6.3.0
6.2.x
tribe-6.2.4
tribe-6.2.3
tribe-6.2.2
tribe-6.2.1
tribe-6.2.0
6.1.x
tribe-6.1.4
tribe-6.1.3
tribe-6.1.2
tribe-6.1.1
6.0.x
tribe-6.0.1
tribe-6.0.0
tribe-6.0.0-rc2
tribe-6.0.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codelibs.elasticsearch.module</groupId>
    <artifactId>tribe</artifactId>
    <version>6.8.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codelibs.elasticsearch.module:tribe:6.8.12'

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

implementation("org.codelibs.elasticsearch.module:tribe:6.8.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codelibs.elasticsearch.module" % "tribe" % "6.8.12"