is not current version
Last Version 0.5.0

at.favre.lib:bkdf 0.3.0

A extension of the BCrypt password hashing protocol to fix many of its issues and

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

bkdf
Version

Version

0.3.0
Type

Type

jar

Download bkdf 0.3.0


<!-- https://jarcasting.com/artifacts/at.favre.lib/bkdf/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bkdf</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/bkdf/
implementation 'at.favre.lib:bkdf:0.3.0'
// https://jarcasting.com/artifacts/at.favre.lib/bkdf/
implementation ("at.favre.lib:bkdf:0.3.0")
'at.favre.lib:bkdf:jar:0.3.0'
<dependency org="at.favre.lib" name="bkdf" rev="0.3.0">
  <artifact name="bkdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='bkdf', version='0.3.0')
)
libraryDependencies += "at.favre.lib" % "bkdf" % "0.3.0"
[at.favre.lib/bkdf "0.3.0"]