Download elasticsearch-groovy-1.7.0.jar file - Jar e

Jar examples for e:elasticsearch-groovy

Description

Official Groovy client for Elasticsearch

You can download jar file elasticsearch-groovy 1.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-groovy-1.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

elasticsearch-groovy-1.7.0-grails.jar
elasticsearch-groovy-1.7.0-groovydoc.jar
elasticsearch-groovy-1.7.0-sources.jar
elasticsearch-groovy-1.7.0-tests.jar
elasticsearch-groovy-1.7.0.jar
elasticsearch-groovy-1.7.0.pom



Related Tutorials