License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.gitee.hengboy |
ArtifactId | ArtifactIdspring-boot-starter-job |
Last Version | Last Version0.0.1.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot-starter-job
分布式任务执行框架
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-starter-job-0.0.1.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job/ -->
<dependency>
<groupId>com.gitee.hengboy</groupId>
<artifactId>spring-boot-starter-job</artifactId>
<version>0.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job/
implementation 'com.gitee.hengboy:spring-boot-starter-job:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.hengboy/spring-boot-starter-job/
implementation ("com.gitee.hengboy:spring-boot-starter-job:0.0.1.RELEASE")
'com.gitee.hengboy:spring-boot-starter-job:pom:0.0.1.RELEASE'
<dependency org="com.gitee.hengboy" name="spring-boot-starter-job" rev="0.0.1.RELEASE">
<artifact name="spring-boot-starter-job" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='spring-boot-starter-job', version='0.0.1.RELEASE')
)
libraryDependencies += "com.gitee.hengboy" % "spring-boot-starter-job" % "0.0.1.RELEASE"
[com.gitee.hengboy/spring-boot-starter-job "0.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |