GroupId | GroupIdcom.githup.liuyanggithup |
---|---|
ArtifactId | ArtifactIdxxl-job-core |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
xxl-job-core-1.2.0.pom | |
xxl-job-core-1.2.0.jar | 58 KB |
xxl-job-core-1.2.0-sources.jar | 31 KB |
xxl-job-core-1.2.0-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-core/ -->
<dependency>
<groupId>com.githup.liuyanggithup</groupId>
<artifactId>xxl-job-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-core/
implementation 'com.githup.liuyanggithup:xxl-job-core:1.2.0'
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-core/
implementation ("com.githup.liuyanggithup:xxl-job-core:1.2.0")
'com.githup.liuyanggithup:xxl-job-core:jar:1.2.0'
<dependency org="com.githup.liuyanggithup" name="xxl-job-core" rev="1.2.0">
<artifact name="xxl-job-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.githup.liuyanggithup', module='xxl-job-core', version='1.2.0')
)
libraryDependencies += "com.githup.liuyanggithup" % "xxl-job-core" % "1.2.0"
[com.githup.liuyanggithup/xxl-job-core "1.2.0"]