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