Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdio.github.snowthinker |
ArtifactId | ArtifactIdelasticsearch-helper |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.snowthinker/elasticsearch-helper/ -->
<dependency>
<groupId>io.github.snowthinker</groupId>
<artifactId>elasticsearch-helper</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snowthinker/elasticsearch-helper/
implementation 'io.github.snowthinker:elasticsearch-helper:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.snowthinker/elasticsearch-helper/
implementation ("io.github.snowthinker:elasticsearch-helper:0.0.2-RELEASE")
'io.github.snowthinker:elasticsearch-helper:jar:0.0.2-RELEASE'
<dependency org="io.github.snowthinker" name="elasticsearch-helper" rev="0.0.2-RELEASE">
<artifact name="elasticsearch-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snowthinker', module='elasticsearch-helper', version='0.0.2-RELEASE')
)
libraryDependencies += "io.github.snowthinker" % "elasticsearch-helper" % "0.0.2-RELEASE"
[io.github.snowthinker/elasticsearch-helper "0.0.2-RELEASE"]