Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.xbib.elasticsearch.plugin |
ArtifactId | ArtifactIdelasticsearch-analysis-decompound |
Version | Version5.4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-decompound/ -->
<dependency>
<groupId>org.xbib.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-analysis-decompound</artifactId>
<version>5.4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-decompound/
implementation 'org.xbib.elasticsearch.plugin:elasticsearch-analysis-decompound:5.4.0.0'
// https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-decompound/
implementation ("org.xbib.elasticsearch.plugin:elasticsearch-analysis-decompound:5.4.0.0")
'org.xbib.elasticsearch.plugin:elasticsearch-analysis-decompound:jar:5.4.0.0'
<dependency org="org.xbib.elasticsearch.plugin" name="elasticsearch-analysis-decompound" rev="5.4.0.0">
<artifact name="elasticsearch-analysis-decompound" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib.elasticsearch.plugin', module='elasticsearch-analysis-decompound', version='5.4.0.0')
)
libraryDependencies += "org.xbib.elasticsearch.plugin" % "elasticsearch-analysis-decompound" % "5.4.0.0"
[org.xbib.elasticsearch.plugin/elasticsearch-analysis-decompound "5.4.0.0"]