License |
License |
---|---|
GroupId | GroupIdcom.github.chrix75 |
ArtifactId | ArtifactIdpassword-hashing |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionpassword-hashing
A library for password hashing by following current standards.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
password-hashing-0.2.0.pom | |
password-hashing-0.2.0.jar | 5 KB |
password-hashing-0.2.0-sources.jar | 4 KB |
password-hashing-0.2.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/ -->
<dependency>
<groupId>com.github.chrix75</groupId>
<artifactId>password-hashing</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/
implementation 'com.github.chrix75:password-hashing:0.2.0'
// https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/
implementation ("com.github.chrix75:password-hashing:0.2.0")
'com.github.chrix75:password-hashing:jar:0.2.0'
<dependency org="com.github.chrix75" name="password-hashing" rev="0.2.0">
<artifact name="password-hashing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrix75', module='password-hashing', version='0.2.0')
)
libraryDependencies += "com.github.chrix75" % "password-hashing" % "0.2.0"
[com.github.chrix75/password-hashing "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |