License |
License |
---|---|
GroupId | GroupIdedu.vt.middleware |
ArtifactId | ArtifactIdvt-password |
Last Version | Last Version3.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVT Password Libraries
Library for checking that a password complies with a custom set of rules
|
Project URL |
Project URL |
Filename | Size |
---|---|
vt-password-3.1.2.pom | |
vt-password-3.1.2.jar | 47 KB |
vt-password-3.1.2-sources.jar | 39 KB |
vt-password-3.1.2-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.vt.middleware/vt-password/ -->
<dependency>
<groupId>edu.vt.middleware</groupId>
<artifactId>vt-password</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.vt.middleware/vt-password/
implementation 'edu.vt.middleware:vt-password:3.1.2'
// https://jarcasting.com/artifacts/edu.vt.middleware/vt-password/
implementation ("edu.vt.middleware:vt-password:3.1.2")
'edu.vt.middleware:vt-password:jar:3.1.2'
<dependency org="edu.vt.middleware" name="vt-password" rev="3.1.2">
<artifact name="vt-password" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.vt.middleware', module='vt-password', version='3.1.2')
)
libraryDependencies += "edu.vt.middleware" % "vt-password" % "3.1.2"
[edu.vt.middleware/vt-password "3.1.2"]
Group / Artifact | Type | Version |
---|---|---|
edu.vt.middleware : vt-dictionary | jar | 3.0 |
edu.vt.middleware : vt-crypt | jar | 2.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.1 |
org.springframework : spring-context | jar | 3.2.2.RELEASE |