Skip to content

m-m-m/validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-validation

Maven Central base JavaDoc

The module io.github.mmm.validation (artifactId mmm-validation) provides a simple but powerful API for validation.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-validation</artifactId>
  <!-- <version>${mmmVersion}</version> -->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-validation:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.validation;

mmm-validation-main

Maven Central base JavaDoc

The module io.github.mmm.validation.main (artifactId mmm-validation-main) provides implementations of validators and validator builders for all kind of standard datatypes.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-validation-main</artifactId>
  <!-- <version>${mmmVersion}</version> -->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-validation-main:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.validation.main;

About

Simple but powerful validation support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages