Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdxxljob-spring-boot-starter |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/xxljob-spring-boot-starter/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>xxljob-spring-boot-starter</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/xxljob-spring-boot-starter/
implementation 'com.github.yingzhuo:xxljob-spring-boot-starter:2.3.0'
// https://jarcasting.com/artifacts/com.github.yingzhuo/xxljob-spring-boot-starter/
implementation ("com.github.yingzhuo:xxljob-spring-boot-starter:2.3.0")
'com.github.yingzhuo:xxljob-spring-boot-starter:jar:2.3.0'
<dependency org="com.github.yingzhuo" name="xxljob-spring-boot-starter" rev="2.3.0">
<artifact name="xxljob-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='xxljob-spring-boot-starter', version='2.3.0')
)
libraryDependencies += "com.github.yingzhuo" % "xxljob-spring-boot-starter" % "2.3.0"
[com.github.yingzhuo/xxljob-spring-boot-starter "2.3.0"]