Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.github.RealWanYue |
ArtifactId | ArtifactIdspring-boot-starter-cronJob-client |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.RealWanYue/spring-boot-starter-cronJob-client/ -->
<dependency>
<groupId>com.github.RealWanYue</groupId>
<artifactId>spring-boot-starter-cronJob-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.RealWanYue/spring-boot-starter-cronJob-client/
implementation 'com.github.RealWanYue:spring-boot-starter-cronJob-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.RealWanYue/spring-boot-starter-cronJob-client/
implementation ("com.github.RealWanYue:spring-boot-starter-cronJob-client:1.0.0")
'com.github.RealWanYue:spring-boot-starter-cronJob-client:jar:1.0.0'
<dependency org="com.github.RealWanYue" name="spring-boot-starter-cronJob-client" rev="1.0.0">
<artifact name="spring-boot-starter-cronJob-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.RealWanYue', module='spring-boot-starter-cronJob-client', version='1.0.0')
)
libraryDependencies += "com.github.RealWanYue" % "spring-boot-starter-cronJob-client" % "1.0.0"
[com.github.RealWanYue/spring-boot-starter-cronJob-client "1.0.0"]