| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.xiaoluo1314 |
| Идентификатор | Идентификаторspring-boot-starter-elastic-job |
| Версия | Версия0.0.1-RELEASE |
| Тип | Типjar |
<!-- 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"]