Usage
build.gradle
Groovy DSL
dependencies {
implementation helix.rules
}
build.gradle.kts
Kotlin DSL
dependencies {
implementation(helix.rules)
}
Configuration
No Helix-specific configuration properties are required for this library.
Search across guides, reference pages, framework concepts, and ecosystem modules.
Open full search pageLibrary
Rule engine primitives, filters, and YAML-backed rule loading for configurable policy evaluation.
build.gradle
dependencies {
implementation helix.rules
}
build.gradle.kts
dependencies {
implementation(helix.rules)
}
No Helix-specific configuration properties are required for this library.