2018-07-18 18:23:06 +02:00
|
|
|
dependencies {
|
|
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
|
|
/*
|
2019-07-25 11:06:33 +02:00
|
|
|
compile "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
|
2018-07-18 18:23:06 +02:00
|
|
|
/*/
|
2019-07-25 11:06:33 +02:00
|
|
|
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
2018-07-18 18:23:06 +02:00
|
|
|
//*/
|
2019-07-25 11:06:33 +02:00
|
|
|
compile "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
|
2018-07-31 20:09:16 +02:00
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
|
|
|
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
2018-07-18 18:23:06 +02:00
|
|
|
}
|