mmm-validation-parent

Simple but powerful validation.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-validation-parent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

mmm-validation-parent
Simple but powerful validation.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/validation/tree/master

Download mmm-validation-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-validation-parent/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-validation-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-validation-parent/
implementation 'io.github.m-m-m:mmm-validation-parent:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-validation-parent/
implementation ("io.github.m-m-m:mmm-validation-parent:0.2.0")
'io.github.m-m-m:mmm-validation-parent:pom:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-validation-parent" rev="0.2.0">
  <artifact name="mmm-validation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-validation-parent', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-validation-parent" % "0.2.0"
[io.github.m-m-m/mmm-validation-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1