License |
License |
---|---|
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdtext-batch |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon framework for large text files processing tools.
|
Filename | Size |
---|---|
text-batch-1.2.2.pom | |
text-batch-1.2.2.jar | 36 KB |
text-batch-1.2.2-sources.jar | 18 KB |
text-batch-1.2.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>text-batch</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/
implementation 'com.github.nicosensei:text-batch:1.2.2'
// https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/
implementation ("com.github.nicosensei:text-batch:1.2.2")
'com.github.nicosensei:text-batch:jar:1.2.2'
<dependency org="com.github.nicosensei" name="text-batch" rev="1.2.2">
<artifact name="text-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='text-batch', version='1.2.2')
)
libraryDependencies += "com.github.nicosensei" % "text-batch" % "1.2.2"
[com.github.nicosensei/text-batch "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nicosensei : commons-util | jar | 1.5.3 |
com.github.nicosensei : commons-bdb | jar | 1.5.3 |
commons-io : commons-io | jar | 2.4 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |