is not current version
Last Version 1.58.0.0

com.madgag.spongycastle:core 1.56.0.0

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.

GroupId

GroupId

com.madgag.spongycastle
ArtifactId

ArtifactId

core
Version

Version

1.56.0.0
Type

Type

jar

Download core 1.56.0.0


<!-- https://jarcasting.com/artifacts/com.madgag.spongycastle/core/ -->
<dependency>
    <groupId>com.madgag.spongycastle</groupId>
    <artifactId>core</artifactId>
    <version>1.56.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag.spongycastle/core/
implementation 'com.madgag.spongycastle:core:1.56.0.0'
// https://jarcasting.com/artifacts/com.madgag.spongycastle/core/
implementation ("com.madgag.spongycastle:core:1.56.0.0")
'com.madgag.spongycastle:core:jar:1.56.0.0'
<dependency org="com.madgag.spongycastle" name="core" rev="1.56.0.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag.spongycastle', module='core', version='1.56.0.0')
)
libraryDependencies += "com.madgag.spongycastle" % "core" % "1.56.0.0"
[com.madgag.spongycastle/core "1.56.0.0"]