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