8 lines
252 B
Groovy
8 lines
252 B
Groovy
dependencies {
|
|
api project(':netty-buffer')
|
|
api project(':netty-resolver')
|
|
testImplementation testLibs.mockito.core
|
|
testImplementation testLibs.testlibs
|
|
testImplementation testLibs.gson
|
|
testImplementation testLibs.reflections
|
|
}
|