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