22 lines
350 B
Markdown
22 lines
350 B
Markdown
# Module visionforge-compose-html
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Artifact:
|
|
|
|
The Maven coordinates of this project are `space.kscience:visionforge-compose-html:0.4.2`.
|
|
|
|
**Gradle Kotlin DSL:**
|
|
```kotlin
|
|
repositories {
|
|
maven("https://repo.kotlin.link")
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("space.kscience:visionforge-compose-html:0.4.2")
|
|
}
|
|
```
|