Download bcpg-jdk15on-1.51.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.51 in this page.

License

Bouncy Castle Licence

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials