is not current version
Last Version 8.2.3

org.elasticsearch:elasticsearch-hadoop-mr 8.0.0-alpha2

Elasticsearch Hadoop Map/Reduce

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-hadoop-mr
Version

Version

8.0.0-alpha2
Type

Type

jar

Download elasticsearch-hadoop-mr 8.0.0-alpha2


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