1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-quartz

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
downloads.adoc 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Zemian Deng Отправлено 27.02.2019 18:40 f95db02

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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-quartz.git
git@api.gitlife.ru:oschina-mirror/mirrors-quartz.git
oschina-mirror
mirrors-quartz
mirrors-quartz
main