visionforge/visionforge-compose-html
2024-04-20 12:13:43 +03:00
..
src/jsMain/kotlin Replace external bootsrap dependency with a copy 2024-04-20 12:13:43 +03:00
build.gradle.kts Replace external bootsrap dependency with a copy 2024-04-20 12:13:43 +03:00
README.md Replace external bootsrap dependency with a copy 2024-04-20 12:13:43 +03:00

Module visionforge-compose-html

Usage

Artifact:

The Maven coordinates of this project are space.kscience:visionforge-compose-html:0.4.1.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:visionforge-compose-html:0.4.1")
}