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