batchlite

utilities for running processes multithreaded against files on a file share

License

License

GroupId

GroupId

org.tallison
ArtifactId

ArtifactId

batchlite
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

batchlite
utilities for running processes multithreaded against files on a file share
Project URL

Project URL

https://github.com/tballison/tika-addons/tree/main/batchlite
Source Code Management

Source Code Management

https://github.com/tballison/tika-addons

Download batchlite

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.tika : tika-core jar 1.24.1
com.google.code.gson : gson jar 2.8.6
org.apache.commons : commons-csv jar 1.8
org.slf4j : slf4j-api jar 1.7.29

Project Modules

There are no modules declared in this project.

tika-addons

Addons not part of the official Tika release

This repo is designed to offer examples of parsers and other components that will likely never belong in the main Tika distribution.

Versions

Version
0.2.0
0.1