| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.kfcfans |
| Идентификатор | Идентификаторpowerjob-worker-spring-boot-starter |
| Версия | Версия3.2.2-bugfix |
| Тип | Типjar |
<!-- 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"]