is not current version
Last Version 1.0.3-RELEASE

io.github.johendeng:elasticsearch-helper 1.0.0-RELEASE

build ElasticSearch-query by Java annotation, simplify code struct

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

io.github.johendeng
ArtifactId

ArtifactId

elasticsearch-helper
Version

Version

1.0.0-RELEASE
Type

Type

pom

Download elasticsearch-helper 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/ -->
<dependency>
    <groupId>io.github.johendeng</groupId>
    <artifactId>elasticsearch-helper</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/
implementation 'io.github.johendeng:elasticsearch-helper:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/
implementation ("io.github.johendeng:elasticsearch-helper:1.0.0-RELEASE")
'io.github.johendeng:elasticsearch-helper:pom:1.0.0-RELEASE'
<dependency org="io.github.johendeng" name="elasticsearch-helper" rev="1.0.0-RELEASE">
  <artifact name="elasticsearch-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.johendeng', module='elasticsearch-helper', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.johendeng" % "elasticsearch-helper" % "1.0.0-RELEASE"
[io.github.johendeng/elasticsearch-helper "1.0.0-RELEASE"]