b

batch-tools-core

Common framework for large text files processing tools.
Files download
File Operation
batch-tools-core-0.5.1.jar download
batch-tools-core-0.5.1.pom download
batch-tools-core-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nicosensei.batch</groupId>
  <artifactId>batch-tools-core</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.nicosensei.batch:batch-tools-core:0.5.1'
Gradle Kotlin
implementation("com.github.nicosensei.batch:batch-tools-core:0.5.1")
Scala SBT
libraryDependencies += "com.github.nicosensei.batch" % "batch-tools-core" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nicosensei.batch', module='batch-tools-core', version='0.5.1')
)
Apache Ivy
<dependency org="com.github.nicosensei.batch" name="batch-tools-core" rev="0.5.1" />
Leiningen
[com.github.nicosensei.batch/batch-tools-core "0.5.1"]
Apache Buildr
'com.github.nicosensei.batch:batch-tools-core:jar:0.5.1'