| GroupId | GroupIdcom.fanxuankai.zeus |
|---|---|
| ArtifactId | ArtifactIdcommon-xxl-job |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-xxl-job-0.0.4.pom | |
| common-xxl-job-0.0.4.jar | 6 KB |
| common-xxl-job-0.0.4-sources.jar | 3 KB |
| common-xxl-job-0.0.4-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>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common-xxl-job/
implementation 'com.fanxuankai.zeus:common-xxl-job:0.0.4'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common-xxl-job/
implementation ("com.fanxuankai.zeus:common-xxl-job:0.0.4")
'com.fanxuankai.zeus:common-xxl-job:jar:0.0.4'
<dependency org="com.fanxuankai.zeus" name="common-xxl-job" rev="0.0.4">
<artifact name="common-xxl-job" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='common-xxl-job', version='0.0.4')
)
libraryDependencies += "com.fanxuankai.zeus" % "common-xxl-job" % "0.0.4"
[com.fanxuankai.zeus/common-xxl-job "0.0.4"]