is not current version
Last Version 0.3

de.bytefish:elasticutils 0.2

Library for simplified access to the ElasticSearch Java API.

GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

elasticutils
Version

Version

0.2
Type

Type

jar

Download elasticutils 0.2


<!-- https://jarcasting.com/artifacts/de.bytefish/elasticutils/ -->
<dependency>
    <groupId>de.bytefish</groupId>
    <artifactId>elasticutils</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish/elasticutils/
implementation 'de.bytefish:elasticutils:0.2'
// https://jarcasting.com/artifacts/de.bytefish/elasticutils/
implementation ("de.bytefish:elasticutils:0.2")
'de.bytefish:elasticutils:jar:0.2'
<dependency org="de.bytefish" name="elasticutils" rev="0.2">
  <artifact name="elasticutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish', module='elasticutils', version='0.2')
)
libraryDependencies += "de.bytefish" % "elasticutils" % "0.2"
[de.bytefish/elasticutils "0.2"]