<dependency>
<groupId>org.xbib.elasticsearch</groupId>
<artifactId>elasticsearch-test-framework</artifactId>
<version>6.3.2.4</version>
</dependency>
libraryDependencies += "org.xbib.elasticsearch" % "elasticsearch-test-framework" % "6.3.2.4"
@Grapes(
@Grab(group='org.xbib.elasticsearch', module='elasticsearch-test-framework', version='6.3.2.4')
)
<dependency org="org.xbib.elasticsearch" name="elasticsearch-test-framework" rev="6.3.2.4" />
compile
|-- org.xbib.elasticsearch:lucene-test-framework:6.3.2.1
|-- org.xbib.elasticsearch:randomizedtesting-junit4-ant:6.3.2.1
|-- org.xbib.elasticsearch:securemock:6.3.2.1
|-- org.xbib.elasticsearch:mocksocket:6.3.2.1
|-- org.xbib.elasticsearch:elasticsearch:6.3.2.1
|-- org.xbib.elasticsearch:elasticsearch-rest-client:6.3.2.2