License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdbouncycastle |
Last Version | Last Version1.2.2.1-jre17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncyCastle
The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar
contains APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one
provided with the Bouncy Castle Cryptography APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>bouncycastle</artifactId>
<version>1.2.2.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation 'com.guicedee.services:bouncycastle:1.2.2.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation ("com.guicedee.services:bouncycastle:1.2.2.1-jre17")
'com.guicedee.services:bouncycastle:jar:1.2.2.1-jre17'
<dependency org="com.guicedee.services" name="bouncycastle" rev="1.2.2.1-jre17">
<artifact name="bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='bouncycastle', version='1.2.2.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "bouncycastle" % "1.2.2.1-jre17"
[com.guicedee.services/bouncycastle "1.2.2.1-jre17"]