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