Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdcom.github.chrisgleissner |
ArtifactId | ArtifactIdspring-batch-rest-quartz-api |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-quartz-api/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-quartz-api</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-quartz-api/
implementation 'com.github.chrisgleissner:spring-batch-rest-quartz-api:1.4.0'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-quartz-api/
implementation ("com.github.chrisgleissner:spring-batch-rest-quartz-api:1.4.0")
'com.github.chrisgleissner:spring-batch-rest-quartz-api:jar:1.4.0'
<dependency org="com.github.chrisgleissner" name="spring-batch-rest-quartz-api" rev="1.4.0">
<artifact name="spring-batch-rest-quartz-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='spring-batch-rest-quartz-api', version='1.4.0')
)
libraryDependencies += "com.github.chrisgleissner" % "spring-batch-rest-quartz-api" % "1.4.0"
[com.github.chrisgleissner/spring-batch-rest-quartz-api "1.4.0"]