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