Library

Mapper

Mapper support library for Helix applications.

Artifact
helix-mapper
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation("com.helixframework:helix-mapper:<helix-version>")
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation("com.helixframework:helix-mapper:<helix-version>")
}

Configuration

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