is not current version
Last Version 2.0

org.korecky:bluetooth-client-hc06 1.1

Java library: Bluetooth client for HC06 module which is widely used in projects with Arduino boards

Categories

Categories

CLI User Interface
GroupId

GroupId

org.korecky
ArtifactId

ArtifactId

bluetooth-client-hc06
Version

Version

1.1
Type

Type

jar

Download bluetooth-client-hc06 1.1


<!-- https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/ -->
<dependency>
    <groupId>org.korecky</groupId>
    <artifactId>bluetooth-client-hc06</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/
implementation 'org.korecky:bluetooth-client-hc06:1.1'
// https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/
implementation ("org.korecky:bluetooth-client-hc06:1.1")
'org.korecky:bluetooth-client-hc06:jar:1.1'
<dependency org="org.korecky" name="bluetooth-client-hc06" rev="1.1">
  <artifact name="bluetooth-client-hc06" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.korecky', module='bluetooth-client-hc06', version='1.1')
)
libraryDependencies += "org.korecky" % "bluetooth-client-hc06" % "1.1"
[org.korecky/bluetooth-client-hc06 "1.1"]