Usage
build.gradle
Groovy DSL
dependencies {
implementation helix.apikey
}
build.gradle.kts
Kotlin DSL
dependencies {
implementation(helix.apikey)
}
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
Core API key value types for Helix security and authentication flows.
build.gradle
dependencies {
implementation helix.apikey
}
build.gradle.kts
dependencies {
implementation(helix.apikey)
}
No Helix-specific configuration properties are required for this library.