| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.gitee.hengboy |
| Идентификатор | Идентификаторspring-boot-starter-job-node |
| Версия | Версия0.0.1.RELEASE |
| Тип | Типjar |
| Описание |
Описание分布式任务执行框架
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job-node/ -->
<dependency>
<groupId>com.gitee.hengboy</groupId>
<artifactId>spring-boot-starter-job-node</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job-node/
implementation 'com.gitee.hengboy:spring-boot-starter-job-node:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job-node/
implementation ("com.gitee.hengboy:spring-boot-starter-job-node:0.0.1.RELEASE")
'com.gitee.hengboy:spring-boot-starter-job-node:jar:0.0.1.RELEASE'
<dependency org="com.gitee.hengboy" name="spring-boot-starter-job-node" rev="0.0.1.RELEASE">
<artifact name="spring-boot-starter-job-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='spring-boot-starter-job-node', version='0.0.1.RELEASE')
)
libraryDependencies += "com.gitee.hengboy" % "spring-boot-starter-job-node" % "0.0.1.RELEASE"
[com.gitee.hengboy/spring-boot-starter-job-node "0.0.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.1.1.RELEASE |
| com.gitee.hengboy : job-common | jar | 0.0.1.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |