Download elasticsearch-test-1.2.1.jar file - Jar e

Jar examples for e:elasticsearch-test

Description

elasticsearch-test, a framework that makes ElasticSearch unit testing a breeze

You can download jar file elasticsearch-test 1.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-test-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.tlrx</groupId>
   <artifactId>elasticsearch-test</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.tlrx', name: 'elasticsearch-test', version: '1.2.1'
libraryDependencies += "com.github.tlrx" % "elasticsearch-test" % "1.2.1"
<dependency org="com.github.tlrx" name="elasticsearch-test" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.tlrx', module='elasticsearch-test', version='1.2.1'))
'com.github.tlrx:elasticsearch-test:jar:1.2.1'

Download

Click the following link to download the jar file.

elasticsearch-test-1.2.1-javadoc.jar
elasticsearch-test-1.2.1-sources.jar
elasticsearch-test-1.2.1.jar
elasticsearch-test-1.2.1.pom



Related Tutorials