controls-kt/magix/magix-zmq/build.gradle.kts

14 lines
232 B
Plaintext
Raw Normal View History

2021-06-21 14:09:59 +03:00
plugins {
id("ru.mipt.npm.gradle.jvm")
`maven-publish`
}
2021-06-28 20:58:27 +03:00
description = """
ZMQ client endpoint for Magix
""".trimIndent()
2021-06-21 14:09:59 +03:00
dependencies {
api(projects.magix.magixApi)
implementation("org.zeromq:jeromq:0.5.2")
}