Batch tools

A simple yet generic API for quick and easy implemention of batch programs using a pool of worjer threads. Provides the core API as well as an extension that provides a simple yet generic framework for indexing text files into an ElasticSearch cluster.

License

License

GroupId

GroupId

com.github.nicosensei.batch
ArtifactId

ArtifactId

batch-tools
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

pom
Description

Description

Batch tools
A simple yet generic API for quick and easy implemention of batch programs using a pool of worjer threads. Provides the core API as well as an extension that provides a simple yet generic framework for indexing text files into an ElasticSearch cluster.
Project URL

Project URL

https://github.com/nicosensei/batch-tools

Download batch-tools

Filename Size
batch-tools-0.5.1.pom 2 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

  • batch-tools-core
  • batch-tools-elasticsearch

Versions

Version
0.5.1
0.5.0