1
0

build.gradle 162 B

12345678910
  1. plugins {
  2. }
  3. dependencies {
  4. implementation "org.quartz-scheduler:quartz:${quartz}"
  5. implementation project(':eccs-common')
  6. }
  7. description = 'eccs-quartz'