mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
9 lines
413 B
Markdown
9 lines
413 B
Markdown
## **v3.0.1**
|
|
|
|
Quartz-Manager is now publicly available into the maven central repo into 3 different packages.
|
|
You can import:
|
|
|
|
* `quartz-manager-starter-api` to have a REST API layer to control your scheduler
|
|
* `quartz-manager-starter-ui` to import the UI also, in your spring webapp.
|
|
* `quartz-manager-starter-security` if you want to give access to the quartz-manager UI and API only to authenticated users
|