2022-10-30 01:20:18 +02:00
|
|
|
dependencies {
|
|
|
|
api project(":jdbc-query")
|
2024-12-29 16:47:00 +01:00
|
|
|
implementation project(":jdbc-connection-pool")
|
2023-12-16 21:03:19 +01:00
|
|
|
implementation testLibs.junit.jupiter.api
|
|
|
|
implementation testLibs.hamcrest
|
2022-10-30 01:20:18 +02:00
|
|
|
}
|