w

worker-batch-testing

文件下载
文件名 操作
worker-batch-testing-3.5.0-529.jar 下载
worker-batch-testing-3.5.0-529.pom 下载
worker-batch-testing-3.5.0-529-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jobservice</groupId>
  <artifactId>worker-batch-testing</artifactId>
  <version>3.5.0-529</version>
</dependency>
Gradle Groovy
implementation 'com.github.jobservice:worker-batch-testing:3.5.0-529'
Gradle Kotlin
implementation("com.github.jobservice:worker-batch-testing:3.5.0-529")
Scala SBT
libraryDependencies += "com.github.jobservice" % "worker-batch-testing" % "3.5.0-529"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jobservice', module='worker-batch-testing', version='3.5.0-529')
)
Apache Ivy
<dependency org="com.github.jobservice" name="worker-batch-testing" rev="3.5.0-529" />
Leiningen
[com.github.jobservice/worker-batch-testing "3.5.0-529"]
Apache Buildr
'com.github.jobservice:worker-batch-testing:jar:3.5.0-529'