jar

com.github.jhonyscamacho : validators

Maven & Gradle

May 04, 2017

Validators · A set of validators for the person and address domain.

Table Of Contents

Latest Version

Download com.github.jhonyscamacho : validators JAR file - Latest Versions:

All Versions

Download com.github.jhonyscamacho : validators JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window validators-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

validator.address

├─ validator.address.HouseNumber.class - [JAR]

├─ validator.address.HouseNumberValidator.class - [JAR]

├─ validator.address.ZipCode.class - [JAR]

├─ validator.address.ZipCodeValidator.class - [JAR]

validator.creditcard

├─ validator.creditcard.DigitVerifier.class - [JAR]

├─ validator.creditcard.DigitVerifierValidator.class - [JAR]

validator.person.name

├─ validator.person.name.Name.class - [JAR]

├─ validator.person.name.NameValidator.class - [JAR]

validator.phone

├─ validator.phone.Phone.class - [JAR]

├─ validator.phone.PhoneValidator.class - [JAR]

Advertisement