visionforge/visionforge-markdown
2024-04-20 12:13:43 +03:00
..
api 0.3.0-RC 2023-12-12 09:17:14 +03:00
src Replace external bootsrap dependency with a copy 2024-04-20 12:13:43 +03:00
build.gradle.kts update version 2023-10-18 11:30:27 +03:00
README.md v 4.1 2024-03-15 10:46:30 +03:00

Module visionforge-markdown

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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