Library

Env

Environment and context helpers for working with Helix runtime environments and Spring profiles.

Artifact
helix-env
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.env
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.env)
}

Configuration

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