Last Version

Java Validator 2.3.0

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
Version

Version

2.3.0
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 2.3.0


<!-- 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.