snark/snark-gradle-plugin
2024-10-12 11:51:11 +03:00
..
src/main/kotlin Move data out of resources. Deliver as separate directory. 2024-03-02 19:10:57 +03:00
build.gradle.kts Move data out of resources. Deliver as separate directory. 2024-03-02 19:10:57 +03:00
README.md Move parse action into snark html 2024-10-12 11:51:11 +03:00

Module snark-gradle-plugin

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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