hal/plugins/hal-tellstick/build.gradle

5 lines
110 B
Groovy
Raw Normal View History

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