MVN

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.

<dependency>
    <groupId>io.zeko</groupId>
    <artifactId>zeko-validator</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zeko : zeko-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of io.zeko : zeko-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
zeko-validator-1.1.4
zeko-validator-1.1.3
zeko-validator-1.1.2
zeko-validator-1.1.0
1.0.x
zeko-validator-1.0.9
zeko-validator-1.0.8
zeko-validator-1.0.7
zeko-validator-1.0.5

How to add a dependency to Maven

Add the following io.zeko : zeko-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.zeko</groupId>
    <artifactId>zeko-validator</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.zeko : zeko-validator gradle dependency to your build.gradle file:

implementation 'io.zeko:zeko-validator:1.1.4'

Gradle Kotlin DSL: Add the following io.zeko : zeko-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.zeko:zeko-validator:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.zeko : zeko-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.zeko" % "zeko-validator" % "1.1.4"

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