is not current version
Last Version 2.1.2

org.elasticsearch:elasticsearch-groovy 1.4.1

Official Groovy client for Elasticsearch

Categories

Categories

Groovy Languages Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-groovy
Version

Version

1.4.1
Type

Type

jar

Download elasticsearch-groovy 1.4.1


<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-groovy/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>elasticsearch-groovy</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-groovy/
implementation 'org.elasticsearch:elasticsearch-groovy:1.4.1'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-groovy/
implementation ("org.elasticsearch:elasticsearch-groovy:1.4.1")
'org.elasticsearch:elasticsearch-groovy:jar:1.4.1'
<dependency org="org.elasticsearch" name="elasticsearch-groovy" rev="1.4.1">
  <artifact name="elasticsearch-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-groovy', version='1.4.1')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-groovy" % "1.4.1"
[org.elasticsearch/elasticsearch-groovy "1.4.1"]