Last Version

Password Rodeo 1.0

This project provides classes to create and validate passwords. A number of criteria can be provided (minimum and maximum length, presence of certain character types, etc.) to validate and create passwords. Any Unicode character can be used in the generation and validation of passwords.

License

License

GroupId

GroupId

rodeo.password
ArtifactId

ArtifactId

password-rodeo
Version

Version

1.0
Type

Type

jar
Description

Description

Password Rodeo
This project provides classes to create and validate passwords. A number of criteria can be provided (minimum and maximum length, presence of certain character types, etc.) to validate and create passwords. Any Unicode character can be used in the generation and validation of passwords.
Project URL

Project URL

https://password.rodeo/
Source Code Management

Source Code Management

https://github.com/cpythoud/password-rodeo

Download password-rodeo 1.0


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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.