Skip to content

Latest commit

 

History

History

snark-ktor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Module snark-ktor

Usage

Artifact:

The Maven coordinates of this project are space.kscience:snark-ktor:0.2.0-dev-1.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:snark-ktor:0.2.0-dev-1")
}