14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.jvm")
|
|
`maven-publish`
|
|
}
|
|
|
|
description = """
|
|
ZMQ client endpoint for Magix
|
|
""".trimIndent()
|
|
|
|
dependencies {
|
|
api(projects.magix.magixApi)
|
|
implementation("org.zeromq:jeromq:0.5.2")
|
|
}
|