Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdtask-spring-boot-starter |
Version | Version1.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/task-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>task-spring-boot-starter</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/task-spring-boot-starter/
implementation 'in.hocg.boot:task-spring-boot-starter:1.0.15'
// https://jarcasting.com/artifacts/in.hocg.boot/task-spring-boot-starter/
implementation ("in.hocg.boot:task-spring-boot-starter:1.0.15")
'in.hocg.boot:task-spring-boot-starter:jar:1.0.15'
<dependency org="in.hocg.boot" name="task-spring-boot-starter" rev="1.0.15">
<artifact name="task-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='task-spring-boot-starter', version='1.0.15')
)
libraryDependencies += "in.hocg.boot" % "task-spring-boot-starter" % "1.0.15"
[in.hocg.boot/task-spring-boot-starter "1.0.15"]