b

bluetooth-client-hc06

Java library: Bluetooth client for HC06 module which is widely used in projects with Arduino boards
https://github.com/vkorecky/bluetooth-client-hc06
Apache License, Version 2.0
Vladislav Korecky
Files download
File Operation
bluetooth-client-hc06-2.0.jar download
bluetooth-client-hc06-2.0.pom download
bluetooth-client-hc06-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.korecky</groupId>
  <artifactId>bluetooth-client-hc06</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.korecky:bluetooth-client-hc06:2.0'
Gradle Kotlin
implementation("org.korecky:bluetooth-client-hc06:2.0")
Scala SBT
libraryDependencies += "org.korecky" % "bluetooth-client-hc06" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.korecky', module='bluetooth-client-hc06', version='2.0')
)
Apache Ivy
<dependency org="org.korecky" name="bluetooth-client-hc06" rev="2.0" />
Leiningen
[org.korecky/bluetooth-client-hc06 "2.0"]
Apache Buildr
'org.korecky:bluetooth-client-hc06:jar:2.0'