is not current version
Last Version 8.2.3

org.elasticsearch:elasticsearch-x-content 8.0.0-alpha2

Elasticsearch subproject :libs:elasticsearch-x-content

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-x-content
Version

Version

8.0.0-alpha2
Type

Type

jar

Download elasticsearch-x-content 8.0.0-alpha2


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