controls-kt/magix/magix-java-endpoint
2024-12-08 12:15:22 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src/main All done for 0.2.0 release 2023-08-23 16:21:11 +03:00
build.gradle.kts Implement new visualization 2024-07-22 18:46:58 +03:00
README.md reademe update 2024-12-08 12:15:22 +03:00

Module magix-java-endpoint

Java API to work with magix endpoints without Kotlin

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-java-endpoint:0.4.0-dev-7.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-java-endpoint:0.4.0-dev-7")
}