| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcn.org.faster |
| Идентификатор | Идентификаторspring-boot-starter-xxl-job-server |
| Версия | Версия1.4.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-xxl-job-server/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-xxl-job-server</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-xxl-job-server/
implementation 'cn.org.faster:spring-boot-starter-xxl-job-server:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-xxl-job-server/
implementation ("cn.org.faster:spring-boot-starter-xxl-job-server:1.4.0.RELEASE")
'cn.org.faster:spring-boot-starter-xxl-job-server:jar:1.4.0.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-xxl-job-server" rev="1.4.0.RELEASE">
<artifact name="spring-boot-starter-xxl-job-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-xxl-job-server', version='1.4.0.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-xxl-job-server" % "1.4.0.RELEASE"
[cn.org.faster/spring-boot-starter-xxl-job-server "1.4.0.RELEASE"]