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