4 lines
97 B
Groovy
4 lines
97 B
Groovy
dependencies {
|
|
testImplementation testLibs.h2
|
|
testImplementation testLibs.mockito.core
|
|
}
|