5 lines
93 B
Groovy
5 lines
93 B
Groovy
|
dependencies {
|
||
|
api project(':net')
|
||
|
testImplementation project(':net-bouncycastle')
|
||
|
}
|