MVN

at.favre.lib : bkdf

Maven & Gradle

Mar 12, 2023
2 stars

BCrypt Key Derivation Function · A extension of the BCrypt password hashing protocol to fix many of its issues and

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bkdf</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : bkdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of at.favre.lib : bkdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
bkdf-0.6.0
0.5.x
bkdf-0.5.0
0.4.x
bkdf-0.4.0
0.3.x
bkdf-0.3.0
0.2.x
bkdf-0.2.0
0.1.x
bkdf-0.1.0

How to add a dependency to Maven

Add the following at.favre.lib : bkdf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bkdf</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : bkdf gradle dependency to your build.gradle file:

implementation 'at.favre.lib:bkdf:0.6.0'

Gradle Kotlin DSL: Add the following at.favre.lib : bkdf gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:bkdf:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : bkdf sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "bkdf" % "0.6.0"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies