Files download
File Operation
xxl-job-core-1.5.0.jar download
xxl-job-core-1.5.0.pom download
xxl-job-core-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xuxueli</groupId>
  <artifactId>xxl-job-core</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.xuxueli:xxl-job-core:1.5.0'
Gradle Kotlin
implementation("com.xuxueli:xxl-job-core:1.5.0")
Scala SBT
libraryDependencies += "com.xuxueli" % "xxl-job-core" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.xuxueli', module='xxl-job-core', version='1.5.0')
)
Apache Ivy
<dependency org="com.xuxueli" name="xxl-job-core" rev="1.5.0" />
Leiningen
[com.xuxueli/xxl-job-core "1.5.0"]
Apache Buildr
'com.xuxueli:xxl-job-core:jar:1.5.0'