Download bcpg-jdk15on-1.59.jar file - Jar b

Jar examples for b:bcpg-jdk15on

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 bcpg-jdk15on 1.59 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcpg-jdk15on-1.59.jar to your project.

<dependency>
   <groupId>org.bouncycastle</groupId>
   <artifactId>bcpg-jdk15on</artifactId>
   <version>1.59</version>
</dependency>
compile group: 'org.bouncycastle', name: 'bcpg-jdk15on', version: '1.59'
libraryDependencies += "org.bouncycastle" % "bcpg-jdk15on" % "1.59"
<dependency org="org.bouncycastle" name="bcpg-jdk15on" rev="1.59"/>
@Grapes(@Grab(group='org.bouncycastle', module='bcpg-jdk15on', version='1.59'))
'org.bouncycastle:bcpg-jdk15on:jar:1.59'

Download

Click the following link to download the jar file.

bcpg-jdk15on-1.59-javadoc.jar
bcpg-jdk15on-1.59-sources.jar
bcpg-jdk15on-1.59.jar
bcpg-jdk15on-1.59.pom



Related Tutorials