GroupId | GroupIdcom.githup.liuyanggithup |
---|---|
ArtifactId | ArtifactIdxxl-job-executor-sample-jfinal |
Version | Version1.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-executor-sample-jfinal/ -->
<dependency>
<groupId>com.githup.liuyanggithup</groupId>
<artifactId>xxl-job-executor-sample-jfinal</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-executor-sample-jfinal/
implementation 'com.githup.liuyanggithup:xxl-job-executor-sample-jfinal:1.0.0'
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/xxl-job-executor-sample-jfinal/
implementation ("com.githup.liuyanggithup:xxl-job-executor-sample-jfinal:1.0.0")
'com.githup.liuyanggithup:xxl-job-executor-sample-jfinal:war:1.0.0'
<dependency org="com.githup.liuyanggithup" name="xxl-job-executor-sample-jfinal" rev="1.0.0">
<artifact name="xxl-job-executor-sample-jfinal" type="war" />
</dependency>
@Grapes(
@Grab(group='com.githup.liuyanggithup', module='xxl-job-executor-sample-jfinal', version='1.0.0')
)
libraryDependencies += "com.githup.liuyanggithup" % "xxl-job-executor-sample-jfinal" % "1.0.0"
[com.githup.liuyanggithup/xxl-job-executor-sample-jfinal "1.0.0"]