net/net-security/build.gradle
2022-10-20 09:43:33 +02:00

4 lines
93 B
Groovy

dependencies {
api project(':net')
testImplementation project(':net-bouncycastle')
}