Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdwork.seals |
ArtifactId | ArtifactIdseal-quartz |
Version | Version3.5.6 |
Type | Typejar |
Filename | Size |
---|---|
seal-quartz-3.5.6.pom | |
seal-quartz-3.5.6.jar | 30 KB |
seal-quartz-3.5.6-sources.jar | 24 KB |
seal-quartz-3.5.6-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/work.seals/seal-quartz/ -->
<dependency>
<groupId>work.seals</groupId>
<artifactId>seal-quartz</artifactId>
<version>3.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/work.seals/seal-quartz/
implementation 'work.seals:seal-quartz:3.5.6'
// https://jarcasting.com/artifacts/work.seals/seal-quartz/
implementation ("work.seals:seal-quartz:3.5.6")
'work.seals:seal-quartz:jar:3.5.6'
<dependency org="work.seals" name="seal-quartz" rev="3.5.6">
<artifact name="seal-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.seals', module='seal-quartz', version='3.5.6')
)
libraryDependencies += "work.seals" % "seal-quartz" % "3.5.6"
[work.seals/seal-quartz "3.5.6"]