hal/plugins/hal-tellstick/build.gradle

6 lines
110 B
Groovy
Raw Normal View History

2020-08-28 23:07:24 +02:00
dependencies {
implementation project(':hal-core')
implementation 'com.fazecast:jSerialComm:2.6.2'
2020-08-28 23:07:24 +02:00
}