e

elasticsearch-test

elasticsearch-test, a framework that makes ElasticSearch unit testing a breeze
https://github.com/tlrx/elasticsearch-test
The Apache Software License, Version 2.0
Tanguy Leroux
Files download
File Operation
elasticsearch-test-1.2.1.jar download
elasticsearch-test-1.2.1.pom download
elasticsearch-test-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tlrx</groupId>
  <artifactId>elasticsearch-test</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.tlrx:elasticsearch-test:1.2.1'
Gradle Kotlin
implementation("com.github.tlrx:elasticsearch-test:1.2.1")
Scala SBT
libraryDependencies += "com.github.tlrx" % "elasticsearch-test" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tlrx', module='elasticsearch-test', version='1.2.1')
)
Apache Ivy
<dependency org="com.github.tlrx" name="elasticsearch-test" rev="1.2.1" />
Leiningen
[com.github.tlrx/elasticsearch-test "1.2.1"]
Apache Buildr
'com.github.tlrx:elasticsearch-test:jar:1.2.1'