controls-kt/magix/magix-java-endpoint
2024-07-22 18:46:58 +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 update device-collective readme 2024-06-17 17:49:12 +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-4.

Gradle Kotlin DSL:

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

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