mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
5 lines
104 B
Groovy
5 lines
104 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
implementation 'com.mysql:mysql-connector-j'
|
|
}
|