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