is not current version
Last Version 0.2.0

com.github.chrix75:password-hashing 0.1.0

A library for password hashing by following current standards.

GroupId

GroupId

com.github.chrix75
ArtifactId

ArtifactId

password-hashing
Version

Version

0.1.0
Type

Type

jar

Download password-hashing 0.1.0


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