1 Star 0 Fork 0

lightman911/quartz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
downloads.adoc 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Zemian Deng 提交于 2019-02-27 10:40 . docs: Update downloads link

Download Quartz

Manual Downloads

You may download our standalone distribution packages from http://www.quartz-scheduler.org/downloads

Using Maven as Dependency

If you are a Maven user you can add the dependencies to your existing project.

Add the following into your project pom.xml file under <dependencies> element section:

<!-- Quartz Core -->
<dependency>
  <groupId>org.quartz-scheduler</groupId>
  <artifactId>quartz</artifactId>
  <version>latest-x.y.z</version>
</dependency>

Additional, you may include these optional dependencies if you choose use them

<!-- Quartz uses SLF4J, so we need an actual logger -->
<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>logback-classic</artifactId>
    <version>1.2.3</version>
</dependency>

<!-- DB Driver if you choose to use PostgreSQL as Quartz JDBCStore -->
<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>42.2.5</version>
</dependency>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lightman911/quartz.git
git@gitee.com:lightman911/quartz.git
lightman911
quartz
quartz
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385