MVN

com.madgag : sc-light-jdk15on

Maven & Gradle

Sep 05, 2013
5 usages

Spongy Castle core lightweight API · The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains the lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.

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

Latest Version

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

  • Latest Stable: 1.47.0.3

All Versions

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

Version Vulnerabilities Updated
1.47.x
sc-light-jdk15on-1.47.0.3
sc-light-jdk15on-1.47.0.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.madgag:sc-light-jdk15on:1.47.0.3'

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

implementation("com.madgag:sc-light-jdk15on:1.47.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.madgag" % "sc-light-jdk15on" % "1.47.0.3"

Advertisement