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