is not current version
Last Version 0.3.2

com.github.nicosensei:elastic-index-batch 0.2.2

Provides a generic framework for indexing text files with an ElasticSearch cluster.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.nicosensei
ArtifactId

ArtifactId

elastic-index-batch
Version

Version

0.2.2
Type

Type

jar

Download elastic-index-batch 0.2.2


<!-- https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/ -->
<dependency>
    <groupId>com.github.nicosensei</groupId>
    <artifactId>elastic-index-batch</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation 'com.github.nicosensei:elastic-index-batch:0.2.2'
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation ("com.github.nicosensei:elastic-index-batch:0.2.2")
'com.github.nicosensei:elastic-index-batch:jar:0.2.2'
<dependency org="com.github.nicosensei" name="elastic-index-batch" rev="0.2.2">
  <artifact name="elastic-index-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='elastic-index-batch', version='0.2.2')
)
libraryDependencies += "com.github.nicosensei" % "elastic-index-batch" % "0.2.2"
[com.github.nicosensei/elastic-index-batch "0.2.2"]