MVN

cz.d1x : dxcrypto-bc

Maven & Gradle

May 26, 2020
5 stars

DXCrypto Bouncy Castle · Additional implementation that provides Bouncy Castle implementation as engine

<dependency>
    <groupId>cz.d1x</groupId>
    <artifactId>dxcrypto-bc</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.d1x : dxcrypto-bc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of cz.d1x : dxcrypto-bc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
dxcrypto-bc-2.4.0
2.3.x
dxcrypto-bc-2.3.0
2.2
dxcrypto-bc-2.2
2.1
dxcrypto-bc-2.1
2.0
dxcrypto-bc-2.0

How to add a dependency to Maven

Add the following cz.d1x : dxcrypto-bc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.d1x</groupId>
    <artifactId>dxcrypto-bc</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.d1x : dxcrypto-bc gradle dependency to your build.gradle file:

implementation 'cz.d1x:dxcrypto-bc:2.4.0'

Gradle Kotlin DSL: Add the following cz.d1x : dxcrypto-bc gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.d1x:dxcrypto-bc:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.d1x : dxcrypto-bc sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.d1x" % "dxcrypto-bc" % "2.4.0"

Advertisement