Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdschedulerx-spring-boot-autoconfigure |
Version | Version1.0.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/schedulerx-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>schedulerx-spring-boot-autoconfigure</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/schedulerx-spring-boot-autoconfigure/
implementation 'in.hocg.boot:schedulerx-spring-boot-autoconfigure:1.0.20'
// https://jarcasting.com/artifacts/in.hocg.boot/schedulerx-spring-boot-autoconfigure/
implementation ("in.hocg.boot:schedulerx-spring-boot-autoconfigure:1.0.20")
'in.hocg.boot:schedulerx-spring-boot-autoconfigure:jar:1.0.20'
<dependency org="in.hocg.boot" name="schedulerx-spring-boot-autoconfigure" rev="1.0.20">
<artifact name="schedulerx-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='schedulerx-spring-boot-autoconfigure', version='1.0.20')
)
libraryDependencies += "in.hocg.boot" % "schedulerx-spring-boot-autoconfigure" % "1.0.20"
[in.hocg.boot/schedulerx-spring-boot-autoconfigure "1.0.20"]