vlad

Vlad is an attempt at providing convenient and simple validations. Vlad is purely functional and makes no assumptions about your data. It can be used for validating html form data just as well as it can be used to validate your csv about cats.

Leiningen/Boot

[vlad "3.3.2"]

Clojure CLI/deps.edn

vlad/vlad {:mvn/version "3.3.2"}

Gradle

implementation("vlad:vlad:3.3.2")

Maven

<dependency>
  <groupId>vlad</groupId>
  <artifactId>vlad</artifactId>
  <version>3.3.2</version>
</dependency>