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