5 lines
131 B
Groovy
5 lines
131 B
Groovy
dependencies {
|
|
api project(":jdbc-query")
|
|
implementation testLibs.junit.jupiter.api
|
|
implementation testLibs.hamcrest
|
|
}
|