License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling ORM Data |
GroupId | GroupIdcom.wudgaby.platform |
ArtifactId | ArtifactIdquartz-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionquartz定时任务-启动器 - OPTIMIZE
basis spring boot starters
|
Filename | Size |
---|---|
quartz-spring-boot-1.0.0.pom | 985 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/quartz-spring-boot/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>quartz-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/quartz-spring-boot/
implementation 'com.wudgaby.platform:quartz-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/quartz-spring-boot/
implementation ("com.wudgaby.platform:quartz-spring-boot:1.0.0")
'com.wudgaby.platform:quartz-spring-boot:pom:1.0.0'
<dependency org="com.wudgaby.platform" name="quartz-spring-boot" rev="1.0.0">
<artifact name="quartz-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='quartz-spring-boot', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "quartz-spring-boot" % "1.0.0"
[com.wudgaby.platform/quartz-spring-boot "1.0.0"]