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.