Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Quartz Job Scheduling |
---|---|
GroupId | GroupIdcom.bikeemotion |
ArtifactId | ArtifactIdquartz-hazelcast-jobstore |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bikeemotion/quartz-hazelcast-jobstore/ -->
<dependency>
<groupId>com.bikeemotion</groupId>
<artifactId>quartz-hazelcast-jobstore</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bikeemotion/quartz-hazelcast-jobstore/
implementation 'com.bikeemotion:quartz-hazelcast-jobstore:1.0.1'
// https://jarcasting.com/artifacts/com.bikeemotion/quartz-hazelcast-jobstore/
implementation ("com.bikeemotion:quartz-hazelcast-jobstore:1.0.1")
'com.bikeemotion:quartz-hazelcast-jobstore:jar:1.0.1'
<dependency org="com.bikeemotion" name="quartz-hazelcast-jobstore" rev="1.0.1">
<artifact name="quartz-hazelcast-jobstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bikeemotion', module='quartz-hazelcast-jobstore', version='1.0.1')
)
libraryDependencies += "com.bikeemotion" % "quartz-hazelcast-jobstore" % "1.0.1"
[com.bikeemotion/quartz-hazelcast-jobstore "1.0.1"]