is not current version
Last Version 0.4.3

de.svenkubiak:jBCrypt 0.4

A Java implementation of OpenBSD's Blowfish password hashing code http://www.mindrot.org/projects/jBCrypt

GroupId

GroupId

de.svenkubiak
ArtifactId

ArtifactId

jBCrypt
Version

Version

0.4
Type

Type

jar

Download jBCrypt 0.4


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