Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-hadoop |
Version | Version0.16.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-hadoop/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>0.16.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-hadoop/
implementation 'org.elasticsearch:elasticsearch-hadoop:0.16.5'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-hadoop/
implementation ("org.elasticsearch:elasticsearch-hadoop:0.16.5")
'org.elasticsearch:elasticsearch-hadoop:jar:0.16.5'
<dependency org="org.elasticsearch" name="elasticsearch-hadoop" rev="0.16.5">
<artifact name="elasticsearch-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-hadoop', version='0.16.5')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-hadoop" % "0.16.5"
[org.elasticsearch/elasticsearch-hadoop "0.16.5"]