Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdmapper-extras-client |
Version | Version7.8.0 |
Type | Typejar |
Filename | Size |
---|---|
mapper-extras-client-7.8.0.pom | |
mapper-extras-client-7.8.0.jar | 87 KB |
mapper-extras-client-7.8.0-sources.jar | 31 KB |
mapper-extras-client-7.8.0-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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/mapper-extras-client/
implementation 'org.elasticsearch.plugin:mapper-extras-client:7.8.0'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/mapper-extras-client/
implementation ("org.elasticsearch.plugin:mapper-extras-client:7.8.0")
'org.elasticsearch.plugin:mapper-extras-client:jar:7.8.0'
<dependency org="org.elasticsearch.plugin" name="mapper-extras-client" rev="7.8.0">
<artifact name="mapper-extras-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='mapper-extras-client', version='7.8.0')
)
libraryDependencies += "org.elasticsearch.plugin" % "mapper-extras-client" % "7.8.0"
[org.elasticsearch.plugin/mapper-extras-client "7.8.0"]