Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 819 Bytes

File metadata and controls

20 lines (13 loc) · 819 Bytes

Table of Contents

Getting Started > Basic Usage

A library for validation and data binding of scala objects in a fluent and concise manner.

This project is heavily inspired by the FluentValidation library for .NET and licensed under the MIT license.

An additional library is provided for easy integration with the Play! framework.

Installation

SValidator is published to Maven Central for Scala 3. Add the following to your build.sbt:

libraryDependencies += "com.magaran" %% "svalidator" % "0.1.0"

Up next: Basic usage