mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-08 21:55:35 +08:00
6 lines
184 B
Groovy
6 lines
184 B
Groovy
dependencies {
|
|
testImplementation 'mysql:mysql-connector-java:8.0.27'
|
|
implementation 'org.commonmark:commonmark:0.18.1'
|
|
implementation 'org.freemarker:freemarker:2.3.31'
|
|
}
|