w

worker-batch

Files download
File Operation
worker-batch-3.4.0-463.jar download
worker-batch-3.4.0-463.pom download
worker-batch-3.4.0-463-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jobservice</groupId>
  <artifactId>worker-batch</artifactId>
  <version>3.4.0-463</version>
</dependency>
Gradle Groovy
implementation 'com.github.jobservice:worker-batch:3.4.0-463'
Gradle Kotlin
implementation("com.github.jobservice:worker-batch:3.4.0-463")
Scala SBT
libraryDependencies += "com.github.jobservice" % "worker-batch" % "3.4.0-463"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jobservice', module='worker-batch', version='3.4.0-463')
)
Apache Ivy
<dependency org="com.github.jobservice" name="worker-batch" rev="3.4.0-463" />
Leiningen
[com.github.jobservice/worker-batch "3.4.0-463"]
Apache Buildr
'com.github.jobservice:worker-batch:jar:3.4.0-463'