GroupId | GroupIdcn.org.faster |
---|---|
ArtifactId | ArtifactIdfaster-xxl-job-server |
Version | Version1.4.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-xxl-job-server/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-xxl-job-server</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-xxl-job-server/
implementation 'cn.org.faster:faster-xxl-job-server:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-xxl-job-server/
implementation ("cn.org.faster:faster-xxl-job-server:1.4.0.RELEASE")
'cn.org.faster:faster-xxl-job-server:jar:1.4.0.RELEASE'
<dependency org="cn.org.faster" name="faster-xxl-job-server" rev="1.4.0.RELEASE">
<artifact name="faster-xxl-job-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-xxl-job-server', version='1.4.0.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-xxl-job-server" % "1.4.0.RELEASE"
[cn.org.faster/faster-xxl-job-server "1.4.0.RELEASE"]