b

batch

Clustered Batch Job Execution Framework
文件下载
文件名 操作
batch-0.6.jar 下载
batch-0.6.pom 下载
batch-0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>batch</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:batch:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:batch:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "batch" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='batch', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="batch" rev="0.6" />
Leiningen
[com.seovic.coherence/batch "0.6"]
Apache Buildr
'com.seovic.coherence:batch:jar:0.6'