License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Quartz Job Scheduling |
GroupId | GroupIdcom.breakingequity |
ArtifactId | ArtifactIdquartz-hazelcast-jobstore |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuartz Hazelcast JobStore
An implementation of a Quartz Scheduler Job Store using Hazelcast distributed Maps and Sets
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.breakingequity/quartz-hazelcast-jobstore/ -->
<dependency>
<groupId>com.breakingequity</groupId>
<artifactId>quartz-hazelcast-jobstore</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.breakingequity/quartz-hazelcast-jobstore/
implementation 'com.breakingequity:quartz-hazelcast-jobstore:2.0.5'
// https://jarcasting.com/artifacts/com.breakingequity/quartz-hazelcast-jobstore/
implementation ("com.breakingequity:quartz-hazelcast-jobstore:2.0.5")
'com.breakingequity:quartz-hazelcast-jobstore:jar:2.0.5'
<dependency org="com.breakingequity" name="quartz-hazelcast-jobstore" rev="2.0.5">
<artifact name="quartz-hazelcast-jobstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.breakingequity', module='quartz-hazelcast-jobstore', version='2.0.5')
)
libraryDependencies += "com.breakingequity" % "quartz-hazelcast-jobstore" % "2.0.5"
[com.breakingequity/quartz-hazelcast-jobstore "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.quartz-scheduler : quartz Optional | jar | 2.3.2 |
org.quartz-scheduler : quartz-jobs Optional | jar | 2.3.2 |
com.hazelcast : hazelcast Optional | jar | 5.0.2 |
org.slf4j : slf4j-api Optional | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter | jar |