Download elasticsearch-lang-groovy-1.1.0.jar file - Jar e

Jar examples for e:elasticsearch-lang-groovy

Description

The Groovy language plugin allows to have groovy as the language of scripts to execute.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

elasticsearch-lang-groovy-1.1.0-sources.jar
elasticsearch-lang-groovy-1.1.0.jar
elasticsearch-lang-groovy-1.1.0.pom



Related Tutorials