MVN

com.luhuiguo.bouncycastle : bcutil-jdk15on

Maven & Gradle

Feb 06, 2022
1 usages

Bouncy Castle ASN.1 Extension and Utility APIs · The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for JDK 1.5 and up.

<dependency>
    <groupId>com.luhuiguo.bouncycastle</groupId>
    <artifactId>bcutil-jdk15on</artifactId>
    <version>1.70.GM</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.luhuiguo.bouncycastle : bcutil-jdk15on to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.70.GM

All Versions

Choose a version of com.luhuiguo.bouncycastle : bcutil-jdk15on to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.70.x
bcutil-jdk15on-1.70.GM
1.70
bcutil-jdk15on-1.70-gm
bcutil-jdk15on-1.70

How to add a dependency to Maven

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

<dependency>
    <groupId>com.luhuiguo.bouncycastle</groupId>
    <artifactId>bcutil-jdk15on</artifactId>
    <version>1.70.GM</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.luhuiguo.bouncycastle : bcutil-jdk15on gradle dependency to your build.gradle file:

implementation 'com.luhuiguo.bouncycastle:bcutil-jdk15on:1.70.GM'

Gradle Kotlin DSL: Add the following com.luhuiguo.bouncycastle : bcutil-jdk15on gradle kotlin dependency to your build.gradle.kts file:

implementation("com.luhuiguo.bouncycastle:bcutil-jdk15on:1.70.GM")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.luhuiguo.bouncycastle : bcutil-jdk15on sbt scala dependency to your build.sbt file:

libraryDependencies += "com.luhuiguo.bouncycastle" % "bcutil-jdk15on" % "1.70.GM"

Advertisement