DOC

io.zeko : zeko-validator

Maven & Gradle

Dec 12, 2020
1 usages
1 stars

A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language. This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules. The library had been used in various Kotlin based project as well.

Table Of Contents

Latest Version

Download io.zeko : zeko-validator Javadoc & API Documentation - Latest Versions:

All Versions

Download io.zeko : zeko-validator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file zeko-validator-1.1.4-javadoc.jar to zeko-validator-1.1.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder zeko-validator-1.1.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "zeko-validator-1.1.4-sources.jar" -d "zeko-validator-1.1.4-javadoc" -subpackages 

Advertisement

Dependencies from Group

Apr 16, 2022
2 usages
97 stars
Dec 12, 2020
1 usages
1 stars
Jul 28, 2021
1 usages
16 stars
Nov 22, 2022
18 stars

Discover Dependencies