Java Validator

This is a simple validator that can be used to validate incoming http requests in Spring Boot.

License

License

GroupId

GroupId

dev.ditsche
ArtifactId

ArtifactId

validator
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Validator
This is a simple validator that can be used to validate incoming http requests in Spring Boot.
Project URL

Project URL

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

Source Code Management

https://github.com/ditschedev/validator

Download validator

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
org.apache.commons : commons-lang3 jar 3.10
org.assertj : assertj-core jar 3.15.0

test (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0
2.2.0
2.1.0
2.0.0-NIGHTLY
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0