Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 346 Bytes

Module magix-mqtt

MQTT client magix endpoint

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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