w

worker-batch-framework

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