Download vt-password-3.1.1.jar file - Jar v

Jar examples for v:vt-password

Description

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

You can download jar file vt-password 3.1.1 in this page.

License

Apache 2

Build File

You can use the following script to add vt-password-3.1.1.jar to your project.

<dependency>
   <groupId>edu.vt.middleware</groupId>
   <artifactId>vt-password</artifactId>
   <version>3.1.1</version>
</dependency>
compile group: 'edu.vt.middleware', name: 'vt-password', version: '3.1.1'
libraryDependencies += "edu.vt.middleware" % "vt-password" % "3.1.1"
<dependency org="edu.vt.middleware" name="vt-password" rev="3.1.1"/>
@Grapes(@Grab(group='edu.vt.middleware', module='vt-password', version='3.1.1'))
'edu.vt.middleware:vt-password:jar:3.1.1'

Download

Click the following link to download the jar file.

vt-password-3.1.1-javadoc.jar
vt-password-3.1.1-sources.jar
vt-password-3.1.1.jar
vt-password-3.1.1.pom



Related Tutorials