is not current version
Last Version 0.5.1

com.github.nicosensei.batch:batch-tools 0.5.0

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.

GroupId

GroupId

com.github.nicosensei.batch
ArtifactId

ArtifactId

batch-tools
Version

Version

0.5.0
Type

Type

pom

Download batch-tools 0.5.0

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

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