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