Download validators-1.0.1.jar file - Jar v

Jar examples for v:validators

Description

This module is part of a JAAS library, provoding password based credential validators. This partiuclar Maven module is a container for validator implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

You can download jar file validators 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add validators-1.0.1.jar to your project.

<dependency>
   <groupId>com.github.jhonyscamacho</groupId>
   <artifactId>validators</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.github.jhonyscamacho', name: 'validators', version: '1.0.1'
libraryDependencies += "com.github.jhonyscamacho" % "validators" % "1.0.1"
<dependency org="com.github.jhonyscamacho" name="validators" rev="1.0.1"/>
@Grapes(@Grab(group='com.github.jhonyscamacho', module='validators', version='1.0.1'))
'com.github.jhonyscamacho:validators:jar:1.0.1'

Download

Click the following link to download the jar file.

validators-1.0.1-javadoc.jar
validators-1.0.1-sources.jar
validators-1.0.1.jar
validators-1.0.1.pom



Related Tutorials