17 lines
288 B
Kotlin
17 lines
288 B
Kotlin
/*
|
|
* Examples for Java
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
plugins {
|
|
id("elex-java")
|
|
}
|
|
|
|
dependencies {
|
|
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
|
implementation("org.quartz-scheduler:quartz:2.3.2")
|
|
|
|
}
|