License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdelasticsearch-quartz |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionElasticsearch Quartz
This plugin starts your job at a specified time.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.codelibs/elasticsearch-quartz/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-quartz</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-quartz/
implementation 'org.codelibs:elasticsearch-quartz:1.0.1'
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-quartz/
implementation ("org.codelibs:elasticsearch-quartz:1.0.1")
'org.codelibs:elasticsearch-quartz:jar:1.0.1'
<dependency org="org.codelibs" name="elasticsearch-quartz" rev="1.0.1">
<artifact name="elasticsearch-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='elasticsearch-quartz', version='1.0.1')
)
libraryDependencies += "org.codelibs" % "elasticsearch-quartz" % "1.0.1"
[org.codelibs/elasticsearch-quartz "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.quartz-scheduler : quartz | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch : elasticsearch | jar | 1.0.0.RC1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |