mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
maxkey-starter:maxkey-starter-captcha maxkey-starter:maxkey-starter-ip2location maxkey-starter:maxkey-starter-otp maxkey-starter:maxkey-starter-sms maxkey-starter:maxkey-starter-web
13 lines
271 B
Groovy
13 lines
271 B
Groovy
|
|
description = "maxkey-starter-web"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
implementation project(":maxkey-common")
|
|
implementation project(":maxkey-core")
|
|
implementation project(":maxkey-persistence")
|
|
|
|
} |