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