License |
License |
---|---|
GroupId | GroupIdde.svenkubiak |
ArtifactId | ArtifactIdjBCrypt |
Last Version | Last Version0.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjBCrypt
A Java implementation of OpenBSD's Blowfish password hashing code http://www.mindrot.org/projects/jBCrypt
|
Project URL |
Project URL |
Filename | Size |
---|---|
jBCrypt-0.4.3.pom | |
jBCrypt-0.4.3.jar | 16 KB |
jBCrypt-0.4.3-sources.jar | 12 KB |
jBCrypt-0.4.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.svenkubiak/jBCrypt/ -->
<dependency>
<groupId>de.svenkubiak</groupId>
<artifactId>jBCrypt</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.svenkubiak/jBCrypt/
implementation 'de.svenkubiak:jBCrypt:0.4.3'
// https://jarcasting.com/artifacts/de.svenkubiak/jBCrypt/
implementation ("de.svenkubiak:jBCrypt:0.4.3")
'de.svenkubiak:jBCrypt:jar:0.4.3'
<dependency org="de.svenkubiak" name="jBCrypt" rev="0.4.3">
<artifact name="jBCrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.svenkubiak', module='jBCrypt', version='0.4.3')
)
libraryDependencies += "de.svenkubiak" % "jBCrypt" % "0.4.3"
[de.svenkubiak/jBCrypt "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |