Elide 1.0.0-alpha10 Help

Elide Core

Core utilities and annotations which are applicable on all platforms, and which support all targets available from Kotlin Multiplatform (Linux, macOS, Windows, JVM, WASM, JavaScript, etc.).

Core depends only on Kotlin Stdlib and KotlinX.

What's in the box?

  • Encoders for Hex and Base64

  • Annotations used throughout Elide and guest apps

Usage

Kotlin DSL

implementation("dev.elide:elide-core:1.0.0-alpha10")

Kotlin DSL (Elide Catalog)

implementation(framework.elide.core)

Groovy DSL

implementation "dev.elide:elide-core:1.0.0-alpha10"

Groovy DSL (Elide Catalog)

implementation framework.elide.core

Version Catalog

elide-core = { module = "dev.elide:elide-core", version.ref = "elide" }

Gradle

Bazel

Last modified: 16 May 2024