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