MVN

com.madgag : scpkix-jdk15on

Maven & Gradle

Sep 05, 2013
2 usages

Spongy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs · The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.7. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>scpkix-jdk15on</artifactId>
    <version>1.47.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : scpkix-jdk15on to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.47.0.3

All Versions

Choose a version of com.madgag : scpkix-jdk15on to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.47.x
scpkix-jdk15on-1.47.0.3
scpkix-jdk15on-1.47.0.2
scpkix-jdk15on-1.47.0.1

How to add a dependency to Maven

Add the following com.madgag : scpkix-jdk15on maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>scpkix-jdk15on</artifactId>
    <version>1.47.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag : scpkix-jdk15on gradle dependency to your build.gradle file:

implementation 'com.madgag:scpkix-jdk15on:1.47.0.3'

Gradle Kotlin DSL: Add the following com.madgag : scpkix-jdk15on gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag:scpkix-jdk15on:1.47.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag : scpkix-jdk15on sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag" % "scpkix-jdk15on" % "1.47.0.3"

Advertisement