mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-05 22:56:24 +00:00
4 lines
100 B
Groovy
4 lines
100 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
runtimeOnly 'com.mysql:mysql-connector-j'
|
|
} |