database/jdbc-test/build.gradle

6 lines
131 B
Groovy
Raw Normal View History

dependencies {
api project(":jdbc-query")
2023-12-16 21:03:19 +01:00
implementation testLibs.junit.jupiter.api
implementation testLibs.hamcrest
}