Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdinfo.johtani |
ArtifactId | ArtifactIdelasticsearch-extended-analyze |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/info.johtani/elasticsearch-extended-analyze/ -->
<dependency>
<groupId>info.johtani</groupId>
<artifactId>elasticsearch-extended-analyze</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.johtani/elasticsearch-extended-analyze/
implementation 'info.johtani:elasticsearch-extended-analyze:1.4.1'
// https://jarcasting.com/artifacts/info.johtani/elasticsearch-extended-analyze/
implementation ("info.johtani:elasticsearch-extended-analyze:1.4.1")
'info.johtani:elasticsearch-extended-analyze:jar:1.4.1'
<dependency org="info.johtani" name="elasticsearch-extended-analyze" rev="1.4.1">
<artifact name="elasticsearch-extended-analyze" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.johtani', module='elasticsearch-extended-analyze', version='1.4.1')
)
libraryDependencies += "info.johtani" % "elasticsearch-extended-analyze" % "1.4.1"
[info.johtani/elasticsearch-extended-analyze "1.4.1"]