License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.korecky |
ArtifactId | ArtifactIdbluetooth-client-hc06 |
Version | Version2.0 |
Type | Typejar |
Description |
Descriptionbluetooth-client-hc06
Java library: Bluetooth client for HC06 module which is widely used in projects with Arduino boards
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bluetooth-client-hc06-2.0.pom | |
bluetooth-client-hc06-2.0.jar | 18 KB |
bluetooth-client-hc06-2.0-sources.jar | 12 KB |
bluetooth-client-hc06-2.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/ -->
<dependency>
<groupId>org.korecky</groupId>
<artifactId>bluetooth-client-hc06</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/
implementation 'org.korecky:bluetooth-client-hc06:2.0'
// https://jarcasting.com/artifacts/org.korecky/bluetooth-client-hc06/
implementation ("org.korecky:bluetooth-client-hc06:2.0")
'org.korecky:bluetooth-client-hc06:jar:2.0'
<dependency org="org.korecky" name="bluetooth-client-hc06" rev="2.0">
<artifact name="bluetooth-client-hc06" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.korecky', module='bluetooth-client-hc06', version='2.0')
)
libraryDependencies += "org.korecky" % "bluetooth-client-hc06" % "2.0"
[org.korecky/bluetooth-client-hc06 "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
net.sf.bluecove : bluecove | jar | 2.1.0 |
net.sf.bluecove : bluecove-gpl | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |