weliem / blessed-bluez

BLE library using Java and Bluez
MIT License
76 stars 23 forks source link

How can I add this to my java program in Eclipse (Maven dependency?) #19

Closed Palmeta closed 1 year ago

ranjitIN commented 1 year ago

add this dependency in your dependency tree.

  <dependencies>
</dependency>
    <dependency>
    <groupId>com.github.weliem.blessed-bluez</groupId>
    <artifactId>blessed</artifactId>
    <version>0.61</version>
 </dependency>
<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>logback-core</artifactId>
    <version>1.4.5</version>
</dependency>
<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>logback-classic</artifactId>
    <version>1.4.5</version>
</dependency>
  </dependencies>