Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.kfcfans |
ArtifactId | ArtifactIdpowerjob-worker-spring-boot-starter |
Version | Version3.2.2-bugfix |
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-bugfix</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-bugfix'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-worker-spring-boot-starter/
implementation ("com.github.kfcfans:powerjob-worker-spring-boot-starter:3.2.2-bugfix")
'com.github.kfcfans:powerjob-worker-spring-boot-starter:jar:3.2.2-bugfix'
<dependency org="com.github.kfcfans" name="powerjob-worker-spring-boot-starter" rev="3.2.2-bugfix">
<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-bugfix')
)
libraryDependencies += "com.github.kfcfans" % "powerjob-worker-spring-boot-starter" % "3.2.2-bugfix"
[com.github.kfcfans/powerjob-worker-spring-boot-starter "3.2.2-bugfix"]