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