6 lines
183 B
Groovy
6 lines
183 B
Groovy
dependencies {
|
|
api project(":jdbc-query")
|
|
implementation project(":jdbc-connection-pool")
|
|
implementation testLibs.junit.jupiter.api
|
|
implementation testLibs.hamcrest
|
|
}
|