x

xxl-job-core

A lightweight distributed task scheduling framework.
http://www.xuxueli.com/
文件下载
文件名 操作
xxl-job-core-1.7.2.jar 下载
xxl-job-core-1.7.2.pom 下载
xxl-job-core-1.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.xuxueli</groupId>
  <artifactId>xxl-job-core</artifactId>
  <version>1.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.xuxueli:xxl-job-core:1.7.2'
Gradle Kotlin
implementation("com.xuxueli:xxl-job-core:1.7.2")
Scala SBT
libraryDependencies += "com.xuxueli" % "xxl-job-core" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.xuxueli', module='xxl-job-core', version='1.7.2')
)
Apache Ivy
<dependency org="com.xuxueli" name="xxl-job-core" rev="1.7.2" />
Leiningen
[com.xuxueli/xxl-job-core "1.7.2"]
Apache Buildr
'com.xuxueli:xxl-job-core:jar:1.7.2'