themodernlife / validation

validation api extracted from play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Play data validation library

Play new validation API extracted from Play.

Using the validation api in your project

Add the following lines in your build.sbt

resolvers += "JTO snapshots" at "https://raw.github.com/jto/mvn-repo/master/snapshots"

libraryDependencies +="io.github.jto" %% "validation-core" % "1.0-1c770f4"

Documentation

cd documentation
sbt -Dplay.version=2.3.0-RC1 run
# browse http://localhost:9000/@documentation/ScalaValidation

Contributors

About

validation api extracted from play


Languages

Language:Scala 96.2%Language:CSS 3.6%Language:Shell 0.1%