b

bluetooth-gatt-parser

A simple library/framework to work with Bluetooth Smart (BLE) GATT services and characteristics.
https://github.com/sputnikdev/bluetooth-gatt-parser
The Apache License, Version 2.0
Sputnik Dev
Vlad Kolotov
Files download
File Operation
bluetooth-gatt-parser-1.9.4.jar download
bluetooth-gatt-parser-1.9.4.pom download
bluetooth-gatt-parser-1.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sputnikdev</groupId>
  <artifactId>bluetooth-gatt-parser</artifactId>
  <version>1.9.4</version>
</dependency>
Gradle Groovy
implementation 'org.sputnikdev:bluetooth-gatt-parser:1.9.4'
Gradle Kotlin
implementation("org.sputnikdev:bluetooth-gatt-parser:1.9.4")
Scala SBT
libraryDependencies += "org.sputnikdev" % "bluetooth-gatt-parser" % "1.9.4"
Groovy Grape
@Grapes(
  @Grab(group='org.sputnikdev', module='bluetooth-gatt-parser', version='1.9.4')
)
Apache Ivy
<dependency org="org.sputnikdev" name="bluetooth-gatt-parser" rev="1.9.4" />
Leiningen
[org.sputnikdev/bluetooth-gatt-parser "1.9.4"]
Apache Buildr
'org.sputnikdev:bluetooth-gatt-parser:jar:1.9.4'