is not current version
Last Version 3.1.2

edu.vt.middleware:vt-password 3.1.1

Library for checking that a password complies with a custom set of rules

GroupId

GroupId

edu.vt.middleware
ArtifactId

ArtifactId

vt-password
Version

Version

3.1.1
Type

Type

jar

Download vt-password 3.1.1


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