2021-02-15 09:57:52 +08:00
|
|
|
|
2024-07-12 12:02:50 +08:00
|
|
|
description = "maxkey-starter-web"
|
2021-02-15 09:57:52 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//local jars
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
2021-02-15 09:57:52 +08:00
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
2022-01-18 14:21:49 +08:00
|
|
|
implementation project(":maxkey-persistence")
|
2021-02-15 09:57:52 +08:00
|
|
|
|
|
|
|
|
}
|