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
文件下载
文件名 操作
bluetooth-client-hc06-1.0.jar 下载
bluetooth-client-hc06-1.0.pom 下载
bluetooth-client-hc06-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.korecky</groupId>
  <artifactId>bluetooth-client-hc06</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.korecky:bluetooth-client-hc06:1.0'
Gradle Kotlin
implementation("org.korecky:bluetooth-client-hc06:1.0")
Scala SBT
libraryDependencies += "org.korecky" % "bluetooth-client-hc06" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.korecky', module='bluetooth-client-hc06', version='1.0')
)
Apache Ivy
<dependency org="org.korecky" name="bluetooth-client-hc06" rev="1.0" />
Leiningen
[org.korecky/bluetooth-client-hc06 "1.0"]
Apache Buildr
'org.korecky:bluetooth-client-hc06:jar:1.0'