pgpainless/pgpainless-core/build.gradle

18 lines
467 B
Groovy
Raw Normal View History

2019-04-02 21:11:16 +02:00
ext {
bcVersion = "1.60"
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
/*
2019-04-02 21:11:16 +02:00
compile "org.bouncycastle:bcprov-debug-jdk15on:$bcVersion"
/*/
2019-04-02 21:11:16 +02:00
compile "org.bouncycastle:bcprov-jdk15on:$bcVersion"
//*/
2019-04-02 21:11:16 +02:00
compile "org.bouncycastle:bcpg-jdk15on:$bcVersion"
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
}