Usage
build.gradle
Groovy DSL
dependencies {
implementation helix.id
}
build.gradle.kts
Kotlin DSL
dependencies {
implementation(helix.id)
}
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
Identifier generation helpers for UUIDs, ULIDs, and secure random strings.
build.gradle
dependencies {
implementation helix.id
}
build.gradle.kts
dependencies {
implementation(helix.id)
}
No Helix-specific configuration properties are required for this library.