Input validator

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

License

License

GroupId

GroupId

com.github.aytchell
ArtifactId

ArtifactId

validator
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/aytchell/validator
Source Code Management

Source Code Management

http://github.com/aytchell/validator/tree/master

Download validator

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0