is not current version
Last Version 1.2.11

com.github.wandersnail:easyble 1.2.8

A framework for Android Bluetooth Low Energy (BLE)

GroupId

GroupId

com.github.wandersnail
ArtifactId

ArtifactId

easyble
Version

Version

1.2.8
Type

Type

aar

Download easyble 1.2.8


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