| GroupId | GroupIdcom.fanxuankai.zeus |
|---|---|
| ArtifactId | ArtifactIdcommon-xxl-job |
| Version | Version2.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-xxl-job-2.0.3.pom | |
| common-xxl-job-2.0.3.jar | 7 KB |
| common-xxl-job-2.0.3-sources.jar | 3 KB |
| common-xxl-job-2.0.3-javadoc.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.zeus/common-xxl-job/ -->
<dependency>
<groupId>com.fanxuankai.zeus</groupId>
<artifactId>common-xxl-job</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common-xxl-job/
implementation 'com.fanxuankai.zeus:common-xxl-job:2.0.3'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common-xxl-job/
implementation ("com.fanxuankai.zeus:common-xxl-job:2.0.3")
'com.fanxuankai.zeus:common-xxl-job:jar:2.0.3'
<dependency org="com.fanxuankai.zeus" name="common-xxl-job" rev="2.0.3">
<artifact name="common-xxl-job" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='common-xxl-job', version='2.0.3')
)
libraryDependencies += "com.fanxuankai.zeus" % "common-xxl-job" % "2.0.3"
[com.fanxuankai.zeus/common-xxl-job "2.0.3"]