MVN

org.elasticsearch : test

Maven & Gradle

Mar 22, 2022
64.3k stars

Test: 5.0.0-alpha4 · Elasticsearch project

<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>test</artifactId>
    <version>framework</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: framework
  • Latest Alpha: 5.0.0-alpha4

All Versions

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

Version Vulnerabilities Updated
5.0.x
test-5.0.0-alpha4
framework
test-framework
old
test-old-elasticsearch
logger
test-logger-usage
krb5kdc
test-krb5kdc-fixture
hdfs
test-hdfs-fixture
s3
test-s3-fixture
minio
test-minio-fixture
gcs
test-gcs-fixture
azure
test-azure-fixture
example
test-example-fixture

How to add a dependency to Maven

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

<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>test</artifactId>
    <version>framework</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.elasticsearch:test:framework'

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

implementation("org.elasticsearch:test:framework")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.elasticsearch" % "test" % "framework"

Advertisement