is not current version
Last Version 1.3.9

me.aflak.libraries:bluetooth 1.2

Android library that allows you to communicate simply using a bluetooth connection.

GroupId

GroupId

me.aflak.libraries
ArtifactId

ArtifactId

bluetooth
Version

Version

1.2
Type

Type

aar

Download bluetooth 1.2


<!-- https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/ -->
<dependency>
    <groupId>me.aflak.libraries</groupId>
    <artifactId>bluetooth</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/
implementation 'me.aflak.libraries:bluetooth:1.2'
// https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/
implementation ("me.aflak.libraries:bluetooth:1.2")
'me.aflak.libraries:bluetooth:aar:1.2'
<dependency org="me.aflak.libraries" name="bluetooth" rev="1.2">
  <artifact name="bluetooth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.aflak.libraries', module='bluetooth', version='1.2')
)
libraryDependencies += "me.aflak.libraries" % "bluetooth" % "1.2"
[me.aflak.libraries/bluetooth "1.2"]