Library

Validation

Validation helpers, composite validators, and address-state validation support.

Artifact
helix-validation
Category
API and Application

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.validation
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.validation)
}

Configuration

No Helix-specific configuration properties are required for this library.