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