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