Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdschedule-quartz |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
schedule-quartz-4.0.0.pom | |
schedule-quartz-4.0.0.jar | 37 KB |
schedule-quartz-4.0.0-sources.jar | 19 KB |
schedule-quartz-4.0.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/schedule-quartz/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>schedule-quartz</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/schedule-quartz/
implementation 'org.smallmind:schedule-quartz:4.0.0'
// https://jarcasting.com/artifacts/org.smallmind/schedule-quartz/
implementation ("org.smallmind:schedule-quartz:4.0.0")
'org.smallmind:schedule-quartz:jar:4.0.0'
<dependency org="org.smallmind" name="schedule-quartz" rev="4.0.0">
<artifact name="schedule-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='schedule-quartz', version='4.0.0')
)
libraryDependencies += "org.smallmind" % "schedule-quartz" % "4.0.0"
[org.smallmind/schedule-quartz "4.0.0"]