dataforge-core/dataforge-scripting
2023-11-26 10:05:19 +03:00
..
api Changed kotlin version to 1.4.20-M2 2020-10-28 13:01:29 +03:00
src move to Kotlin 1.6.20 and KTor 2.0 2022-04-15 18:56:00 +03:00
build.gradle.kts File-based workspace caching 2023-03-20 17:53:40 +03:00
README.md Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00

Module dataforge-scripting

Usage

Artifact:

The Maven coordinates of this project are space.kscience:dataforge-scripting:0.7.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    //uncomment to access development builds
    //maven("https://maven.pkg.jetbrains.space/spc/p/sci/dev")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:dataforge-scripting:0.7.0")
}