b

batch-tools-core

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