| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nicosensei.batch |
| Идентификатор | Идентификаторbatch-tools |
| Версия | Версия0.5.1 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| batch-tools-0.5.1.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.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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.0 |