Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdreindex-client |
Version | Version7.15.1 |
Type | Typejar |
Filename | Size |
---|---|
reindex-client-7.15.1.pom | |
reindex-client-7.15.1.jar | 121 KB |
reindex-client-7.15.1-sources.jar | 63 KB |
reindex-client-7.15.1-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>reindex-client</artifactId>
<version>7.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation 'org.elasticsearch.plugin:reindex-client:7.15.1'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation ("org.elasticsearch.plugin:reindex-client:7.15.1")
'org.elasticsearch.plugin:reindex-client:jar:7.15.1'
<dependency org="org.elasticsearch.plugin" name="reindex-client" rev="7.15.1">
<artifact name="reindex-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='reindex-client', version='7.15.1')
)
libraryDependencies += "org.elasticsearch.plugin" % "reindex-client" % "7.15.1"
[org.elasticsearch.plugin/reindex-client "7.15.1"]