GroupId | GroupIdsite.qiuyuan.library |
---|---|
ArtifactId | ArtifactIdqiuyuan-xxljob |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-xxljob/ -->
<dependency>
<groupId>site.qiuyuan.library</groupId>
<artifactId>qiuyuan-xxljob</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-xxljob/
implementation 'site.qiuyuan.library:qiuyuan-xxljob:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-xxljob/
implementation ("site.qiuyuan.library:qiuyuan-xxljob:1.0.1-RELEASE")
'site.qiuyuan.library:qiuyuan-xxljob:jar:1.0.1-RELEASE'
<dependency org="site.qiuyuan.library" name="qiuyuan-xxljob" rev="1.0.1-RELEASE">
<artifact name="qiuyuan-xxljob" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.qiuyuan.library', module='qiuyuan-xxljob', version='1.0.1-RELEASE')
)
libraryDependencies += "site.qiuyuan.library" % "qiuyuan-xxljob" % "1.0.1-RELEASE"
[site.qiuyuan.library/qiuyuan-xxljob "1.0.1-RELEASE"]