License |
License |
---|---|
GroupId | GroupIdcom.madgag.spongycastle |
ArtifactId | ArtifactIdpg |
Last Version | Last Version1.54.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpongy Castle
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pg-1.54.0.0.pom | |
pg-1.54.0.0.jar | 324 KB |
pg-1.54.0.0-sources.jar | 224 KB |
pg-1.54.0.0-javadoc.jar | 601 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/ -->
<dependency>
<groupId>com.madgag.spongycastle</groupId>
<artifactId>pg</artifactId>
<version>1.54.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/
implementation 'com.madgag.spongycastle:pg:1.54.0.0'
// https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/
implementation ("com.madgag.spongycastle:pg:1.54.0.0")
'com.madgag.spongycastle:pg:jar:1.54.0.0'
<dependency org="com.madgag.spongycastle" name="pg" rev="1.54.0.0">
<artifact name="pg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag.spongycastle', module='pg', version='1.54.0.0')
)
libraryDependencies += "com.madgag.spongycastle" % "pg" % "1.54.0.0"
[com.madgag.spongycastle/pg "1.54.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.madgag.spongycastle : prov | jar | 1.54.0.0 |
com.madgag.spongycastle : core | jar | 1.54.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
junit : junit | jar | 4.11 |
log4j : log4j | jar | 1.2.17 |