is not current version
Last Version 1.1

com.omahaprogrammer.crypto:phc-format 1.0

A library designed to produce and read PHC-formatted strings and verify passwords against them

Categories

Categories

ORM Data
GroupId

GroupId

com.omahaprogrammer.crypto
ArtifactId

ArtifactId

phc-format
Version

Version

1.0
Type

Type

jar

Download phc-format 1.0


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