6 lines
147 B
Groovy
6 lines
147 B
Groovy
|
dependencies {
|
||
|
api project(':netty-handler-codec-dns')
|
||
|
testImplementation testLibs.apache.ds.dns
|
||
|
testImplementation testLibs.assertj
|
||
|
}
|