MVN

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

Maven & Gradle

Feb 28, 2019
18 stars

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

<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>spring-boot-micro-job</artifactId>
    <version>0.0.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hengboy : spring-boot-micro-job to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3.RELEASE

All Versions

Choose a version of com.github.hengboy : spring-boot-micro-job to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-micro-job-0.0.3.RELEASE
spring-boot-micro-job-0.0.2.RELEASE
spring-boot-micro-job-0.0.1.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>spring-boot-micro-job</artifactId>
    <version>0.0.3.RELEASE</version>
</dependency>