не последняя версия
Последняя версия 0.0.3.RELEASE

com.github.hengboy:spring-boot-micro-job 0.0.1.RELEASE

spring-boot-micro-job 是一款分布式任务执行框架 核心组件: 1. 调度中心 2. 注册中心 3. 任务生产者 4. 任务消费者

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.hengboy
Идентификатор

Идентификатор

spring-boot-micro-job
Версия

Версия

0.0.1.RELEASE
Тип

Тип

pom

Скачать spring-boot-micro-job 0.0.1.RELEASE

Имя Файла Размер
spring-boot-micro-job-0.0.1.RELEASE.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/ -->
<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>spring-boot-micro-job</artifactId>
    <version>0.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/
implementation 'com.github.hengboy:spring-boot-micro-job:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/
implementation ("com.github.hengboy:spring-boot-micro-job:0.0.1.RELEASE")
'com.github.hengboy:spring-boot-micro-job:pom:0.0.1.RELEASE'
<dependency org="com.github.hengboy" name="spring-boot-micro-job" rev="0.0.1.RELEASE">
  <artifact name="spring-boot-micro-job" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='spring-boot-micro-job', version='0.0.1.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "spring-boot-micro-job" % "0.0.1.RELEASE"
[com.github.hengboy/spring-boot-micro-job "0.0.1.RELEASE"]