Library

Archive

Archive helpers for creating and extracting ZIP content in Helix tools and services.

Artifact
helix-archive
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.archive
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.archive)
}

Configuration

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