Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xiaoluo1314 |
ArtifactId | ArtifactIdspring-boot-starter-elastic-job |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiaoluo1314/spring-boot-starter-elastic-job/ -->
<dependency>
<groupId>com.github.xiaoluo1314</groupId>
<artifactId>spring-boot-starter-elastic-job</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoluo1314/spring-boot-starter-elastic-job/
implementation 'com.github.xiaoluo1314:spring-boot-starter-elastic-job:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.xiaoluo1314/spring-boot-starter-elastic-job/
implementation ("com.github.xiaoluo1314:spring-boot-starter-elastic-job:0.0.1-RELEASE")
'com.github.xiaoluo1314:spring-boot-starter-elastic-job:jar:0.0.1-RELEASE'
<dependency org="com.github.xiaoluo1314" name="spring-boot-starter-elastic-job" rev="0.0.1-RELEASE">
<artifact name="spring-boot-starter-elastic-job" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoluo1314', module='spring-boot-starter-elastic-job', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.xiaoluo1314" % "spring-boot-starter-elastic-job" % "0.0.1-RELEASE"
[com.github.xiaoluo1314/spring-boot-starter-elastic-job "0.0.1-RELEASE"]