w

worker-batch-testing

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