mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-16 09:11:08 +01:00
First working prototype
This commit is contained in:
parent
3a690079fe
commit
50243aa6b6
23 changed files with 707 additions and 219 deletions
|
|
@ -17,6 +17,7 @@ dependencies {
|
|||
|
||||
api "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
||||
api "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
|
||||
api project(":pgp-certificate-store")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue