w

worker-batch-shared

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