b

bcpg-jdk15on

Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle intended for the Android platform. Android unfortunately ships with a stripped-down version of Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full, up-to-date version of the Bouncy Castle cryptographic libs.
http://rtyley.github.io/spongycastle/
Bouncy Castle Licence
Roberto Tyley
Files download
File Operation
bcpg-jdk15on-1.58.0.0.jar download
bcpg-jdk15on-1.58.0.0.pom download
bcpg-jdk15on-1.58.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madgag.spongycastle</groupId>
  <artifactId>bcpg-jdk15on</artifactId>
  <version>1.58.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.madgag.spongycastle:bcpg-jdk15on:1.58.0.0'
Gradle Kotlin
implementation("com.madgag.spongycastle:bcpg-jdk15on:1.58.0.0")
Scala SBT
libraryDependencies += "com.madgag.spongycastle" % "bcpg-jdk15on" % "1.58.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.madgag.spongycastle', module='bcpg-jdk15on', version='1.58.0.0')
)
Apache Ivy
<dependency org="com.madgag.spongycastle" name="bcpg-jdk15on" rev="1.58.0.0" />
Leiningen
[com.madgag.spongycastle/bcpg-jdk15on "1.58.0.0"]
Apache Buildr
'com.madgag.spongycastle:bcpg-jdk15on:jar:1.58.0.0'