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