Library

Git

Git build and repository metadata helpers for applications that surface source-control details.

Artifact
helix-git
Category
Platform Integrations

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.git
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.git)
}

Configuration

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