is not current version
Last Version 0.0.3.RELEASE

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

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.hengboy
ArtifactId

ArtifactId

spring-boot-micro-job
Version

Version

0.0.1.RELEASE
Type

Type

pom

Download spring-boot-micro-job 0.0.1.RELEASE


<!-- 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"]