Last Version

elasticutils 0.3

Library for simplified access to the ElasticSearch Java API.

License

License

GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

elasticutils
Version

Version

0.3
Type

Type

jar
Description

Description

elasticutils
Library for simplified access to the ElasticSearch Java API.
Project URL

Project URL

http://www.github.com/bytefish/ElasticUtils
Source Code Management

Source Code Management

https://github.com/bytefish/ElasticUtils

Download elasticutils 0.3


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

Dependencies

compile (3)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 2.3.2
com.fasterxml.jackson.core : jackson-annotations jar 2.6.2
com.fasterxml.jackson.core : jackson-databind jar 2.6.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.