License |
License |
---|---|
Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdmapper-extras-client |
Last Version | Last Version7.17.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapper-extras
Adds advanced field mappers
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-extras-client-7.17.4.pom | |
mapper-extras-client-7.17.4.jar | 87 KB |
mapper-extras-client-7.17.4-sources.jar | 31 KB |
mapper-extras-client-7.17.4-javadoc.jar | 523 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/mapper-extras-client/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>mapper-extras-client</artifactId>
<version>7.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/mapper-extras-client/
implementation 'org.elasticsearch.plugin:mapper-extras-client:7.17.4'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/mapper-extras-client/
implementation ("org.elasticsearch.plugin:mapper-extras-client:7.17.4")
'org.elasticsearch.plugin:mapper-extras-client:jar:7.17.4'
<dependency org="org.elasticsearch.plugin" name="mapper-extras-client" rev="7.17.4">
<artifact name="mapper-extras-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='mapper-extras-client', version='7.17.4')
)
libraryDependencies += "org.elasticsearch.plugin" % "mapper-extras-client" % "7.17.4"
[org.elasticsearch.plugin/mapper-extras-client "7.17.4"]