2020-08-15 20:24:35 +03:00
|
|
|
plugins {
|
2022-08-02 09:46:31 +03:00
|
|
|
id("space.kscience.gradle.jvm")
|
2021-04-05 17:41:36 +03:00
|
|
|
`maven-publish`
|
2020-08-15 20:24:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies{
|
2021-02-09 16:39:39 +03:00
|
|
|
api(project(":controls-core"))
|
2020-08-15 20:24:35 +03:00
|
|
|
implementation("org.scream3r:jssc:2.8.0")
|
|
|
|
}
|