mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-08 18:10:26 +08:00
* feat(issue-#155): rename module plugin to meta * feat: remove unused md file * refactor: rename plugin module to meta * fix: trigger document error * fix: code checkstyle
8 lines
354 B
Groovy
8 lines
354 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'
|
|
testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
|
|
testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
|
|
}
|