is not current version
Last Version 2.5.0

com.github.aytchell:validator 2.2.0

This package contains a class Validator which is quite handy when validating user input e.g. in REST service.

GroupId

GroupId

com.github.aytchell
ArtifactId

ArtifactId

validator
Version

Version

2.2.0
Type

Type

jar

Download validator 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.aytchell/validator/ -->
<dependency>
    <groupId>com.github.aytchell</groupId>
    <artifactId>validator</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation 'com.github.aytchell:validator:2.2.0'
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation ("com.github.aytchell:validator:2.2.0")
'com.github.aytchell:validator:jar:2.2.0'
<dependency org="com.github.aytchell" name="validator" rev="2.2.0">
  <artifact name="validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aytchell', module='validator', version='2.2.0')
)
libraryDependencies += "com.github.aytchell" % "validator" % "2.2.0"
[com.github.aytchell/validator "2.2.0"]