Download pg-1.54.0.0.jar file - Jar p

Jar examples for p:pg

Description

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.

You can download jar file pg 1.54.0.0 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add pg-1.54.0.0.jar to your project.

<dependency>
   <groupId>com.madgag.spongycastle</groupId>
   <artifactId>pg</artifactId>
   <version>1.54.0.0</version>
</dependency>
compile group: 'com.madgag.spongycastle', name: 'pg', version: '1.54.0.0'
libraryDependencies += "com.madgag.spongycastle" % "pg" % "1.54.0.0"
<dependency org="com.madgag.spongycastle" name="pg" rev="1.54.0.0"/>
@Grapes(@Grab(group='com.madgag.spongycastle', module='pg', version='1.54.0.0'))
'com.madgag.spongycastle:pg:jar:1.54.0.0'

Download

Click the following link to download the jar file.

pg-1.54.0.0-javadoc.jar
pg-1.54.0.0-sources.jar
pg-1.54.0.0.jar
pg-1.54.0.0.pom



Related Tutorials