License |
License |
---|---|
GroupId | GroupIdorg.mindrot |
ArtifactId | ArtifactIdjbcrypt |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjBCrypt
OpenBSD-style Blowfish password hashing for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jbcrypt-0.4.pom | |
jbcrypt-0.4.jar | 17 KB |
jbcrypt-0.4-sources.jar | 11 KB |
jbcrypt-0.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mindrot/jbcrypt/ -->
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mindrot/jbcrypt/
implementation 'org.mindrot:jbcrypt:0.4'
// https://jarcasting.com/artifacts/org.mindrot/jbcrypt/
implementation ("org.mindrot:jbcrypt:0.4")
'org.mindrot:jbcrypt:jar:0.4'
<dependency org="org.mindrot" name="jbcrypt" rev="0.4">
<artifact name="jbcrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mindrot', module='jbcrypt', version='0.4')
)
libraryDependencies += "org.mindrot" % "jbcrypt" % "0.4"
[org.mindrot/jbcrypt "0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |