controls-kt/magix/magix-rsocket
2024-04-29 18:09:22 +06:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src Add storage API test (inclomplete) 2023-07-29 18:08:25 +03:00
build.gradle.kts exclude ktor/rsocket/dataforge versions 2024-03-20 00:48:26 +06:00
README.md Update readme and API 2024-03-04 15:58:53 +03:00

Module magix-rsocket

Magix endpoint (client) based on RSocket

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-rsocket:0.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-rsocket:0.3.0")
}