net/net-security/build.gradle

5 lines
93 B
Groovy
Raw Normal View History

2022-10-20 09:43:33 +02:00
dependencies {
api project(':net')
testImplementation project(':net-bouncycastle')
}