334 B
334 B
Module magix-zmq
ZMQ client endpoint for Magix
Usage
Artifact:
The Maven coordinates of this project are space.kscience:magix-zmq:0.3.0
.
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:magix-zmq:0.3.0")
}