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.
License |
License |
---|---|
GroupId | GroupIdorg.tallison |
ArtifactId | ArtifactIdbatchlite |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbatchlite
utilities for running processes multithreaded against files on a file share
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
batchlite-0.2.0.pom | |
batchlite-0.2.0.jar | 33 KB |
batchlite-0.2.0-sources.jar | 21 KB |
batchlite-0.2.0-javadoc.jar | 101 KB |
Browse |
<!-- 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"]
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 |
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.