GroupId | GroupIdcom.githup.liuyanggithup |
---|---|
ArtifactId | ArtifactIdxxl-job-plus |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
xxl-job-plus-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-plus/ -->
<dependency>
<groupId>com.githup.liuyanggithup</groupId>
<artifactId>xxl-job-plus</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-plus/
implementation 'com.githup.liuyanggithup:xxl-job-plus:1.0.0'
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-plus/
implementation ("com.githup.liuyanggithup:xxl-job-plus:1.0.0")
'com.githup.liuyanggithup:xxl-job-plus:pom:1.0.0'
<dependency org="com.githup.liuyanggithup" name="xxl-job-plus" rev="1.0.0">
<artifact name="xxl-job-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.githup.liuyanggithup', module='xxl-job-plus', version='1.0.0')
)
libraryDependencies += "com.githup.liuyanggithup" % "xxl-job-plus" % "1.0.0"
[com.githup.liuyanggithup/xxl-job-plus "1.0.0"]