v

validator

This package contains a class Validator which is quite handy when validating user input e.g. in REST service.
https://github.com/aytchell/validator
The Apache License, Version 2.0
Hannes Lerchl
Files download
File Operation
validator-2.5.0.jar download
validator-2.5.0.pom download
validator-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aytchell</groupId>
  <artifactId>validator</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.aytchell:validator:2.5.0'
Gradle Kotlin
implementation("com.github.aytchell:validator:2.5.0")
Scala SBT
libraryDependencies += "com.github.aytchell" % "validator" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aytchell', module='validator', version='2.5.0')
)
Apache Ivy
<dependency org="com.github.aytchell" name="validator" rev="2.5.0" />
Leiningen
[com.github.aytchell/validator "2.5.0"]
Apache Buildr
'com.github.aytchell:validator:jar:2.5.0'