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-0.0.8.jar download
elasticsearch-test-0.0.8.pom download
elasticsearch-test-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tlrx</groupId>
  <artifactId>elasticsearch-test</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.tlrx:elasticsearch-test:0.0.8'
Gradle Kotlin
implementation("com.github.tlrx:elasticsearch-test:0.0.8")
Scala SBT
libraryDependencies += "com.github.tlrx" % "elasticsearch-test" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tlrx', module='elasticsearch-test', version='0.0.8')
)
Apache Ivy
<dependency org="com.github.tlrx" name="elasticsearch-test" rev="0.0.8" />
Leiningen
[com.github.tlrx/elasticsearch-test "0.0.8"]
Apache Buildr
'com.github.tlrx:elasticsearch-test:jar:0.0.8'