9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
plugins {
|
|
id("scientifik.jvm")
|
|
id("scientifik.publish")
|
|
}
|
|
|
|
dependencies{
|
|
api(project(":dataforge-device-core"))
|
|
implementation("org.scream3r:jssc:2.8.0")
|
|
} |