Skip to content

A fluent validation library, to help build simple readable validations which can involve complex compound rules using predicates

License

Notifications You must be signed in to change notification settings

hanfak/valid8or

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github workflow

valid8or

A fluent validation library, to help build simple readable validations which can involve complex compound rules using predicates

How to use

See test for examples of how to use see here and here

See wiki for more information and examples

Minimal Requirements

Java 11+

Usage

Gradle

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

dependencies {
	implementation 'com.github.hanfak:valid8or:1.0.1'
}
Maven
<repositories>
    ...
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
    ...
</repositories>

<dependencies>
    ...
    <dependency>
        <groupId>com.github.hanfak</groupId>
        <artifactId>valid8or</artifactId>
        <version>1.0.1</version>
    </dependency>
    ...
</dependencies>

sonarcloud

https://sonarcloud.io/dashboard?id=hanfak_valid8or

About

A fluent validation library, to help build simple readable validations which can involve complex compound rules using predicates

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages