не последняя версия
Последняя версия 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.

Группа

Группа

com.github.nicosensei.batch
Идентификатор

Идентификатор

batch-tools
Версия

Версия

0.5.0
Тип

Тип

pom

Скачать batch-tools 0.5.0

Имя Файла Размер
batch-tools-0.5.0.pom 2 KB
Обзор

<!-- 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"]