| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch | 
| GroupId | GroupIdorg.elasticsearch.plugin | 
| ArtifactId | ArtifactIdaggs-matrix-stats-client | 
| Last Version | Last Version7.17.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionaggs-matrix-stats Adds aggregations whose input are a list of numeric fields and output includes a matrix. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/aggs-matrix-stats-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>aggs-matrix-stats-client</artifactId>
    <version>7.17.4</version>
</dependency>// https://jarcasting.com/artifacts/org.elasticsearch.plugin/aggs-matrix-stats-client/
implementation 'org.elasticsearch.plugin:aggs-matrix-stats-client:7.17.4'// https://jarcasting.com/artifacts/org.elasticsearch.plugin/aggs-matrix-stats-client/
implementation ("org.elasticsearch.plugin:aggs-matrix-stats-client:7.17.4")'org.elasticsearch.plugin:aggs-matrix-stats-client:jar:7.17.4'<dependency org="org.elasticsearch.plugin" name="aggs-matrix-stats-client" rev="7.17.4">
  <artifact name="aggs-matrix-stats-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.elasticsearch.plugin', module='aggs-matrix-stats-client', version='7.17.4')
)libraryDependencies += "org.elasticsearch.plugin" % "aggs-matrix-stats-client" % "7.17.4"[org.elasticsearch.plugin/aggs-matrix-stats-client "7.17.4"]