| target "dependencies" | |
| maven bouncycastle | |
| scope = compile | |
| dependencyDepth = none | |
| missingManifest = error | |
| includeSources | |
| { | |
| dependency { | |
| groupId = "org.bouncycastle" | |
| artifactId = "bcpg-jdk18on" | |
| version = "1.72.2" | |
| } | |
| dependency { | |
| groupId = "org.bouncycastle" | |
| artifactId = "bcprov-jdk18on" | |
| version = "1.72" | |
| } | |
| dependency { | |
| groupId = "org.bouncycastle" | |
| artifactId = "bcpkix-jdk18on" | |
| version = "1.72" | |
| } | |
| dependency { | |
| groupId = "org.bouncycastle" | |
| artifactId = "bcutil-jdk18on" | |
| version = "1.72" | |
| } | |
| } |