e

elasticsearch-test-framework

A developer kit for building and testing Elasticsearch and Elasticsearch plugins
https://github.com/jprante/elasticsearch-xbib-devkit
Apache License Version 2
xbib
Jörg Prante
Files download
File Operation
elasticsearch-test-framework-6.3.2.4.jar download
elasticsearch-test-framework-6.3.2.4.pom download
elasticsearch-test-framework-6.3.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib.elasticsearch</groupId>
  <artifactId>elasticsearch-test-framework</artifactId>
  <version>6.3.2.4</version>
</dependency>
Gradle Groovy
implementation 'org.xbib.elasticsearch:elasticsearch-test-framework:6.3.2.4'
Gradle Kotlin
implementation("org.xbib.elasticsearch:elasticsearch-test-framework:6.3.2.4")
Scala SBT
libraryDependencies += "org.xbib.elasticsearch" % "elasticsearch-test-framework" % "6.3.2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib.elasticsearch', module='elasticsearch-test-framework', version='6.3.2.4')
)
Apache Ivy
<dependency org="org.xbib.elasticsearch" name="elasticsearch-test-framework" rev="6.3.2.4" />
Leiningen
[org.xbib.elasticsearch/elasticsearch-test-framework "6.3.2.4"]
Apache Buildr
'org.xbib.elasticsearch:elasticsearch-test-framework:jar:6.3.2.4'