controls-kt/magix/magix-rabbit
2024-05-15 22:49:08 +03:00
..
src/main/kotlin/space/kscience/magix/rabbit MQTT topic selectors 2023-06-29 09:19:05 +03:00
build.gradle.kts complete dependencies extraction 2024-03-20 01:08:04 +06:00
README.md [WIP] Refactor constructor 2024-05-15 22:49:08 +03:00

Module magix-rabbit

RabbitMQ client magix endpoint

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-rabbit:0.4.0-dev-1.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-rabbit:0.4.0-dev-1")
}