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.1.jar download
bluetooth-gatt-parser-1.9.1.pom download
bluetooth-gatt-parser-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sputnikdev</groupId>
  <artifactId>bluetooth-gatt-parser</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.sputnikdev:bluetooth-gatt-parser:1.9.1'
Gradle Kotlin
implementation("org.sputnikdev:bluetooth-gatt-parser:1.9.1")
Scala SBT
libraryDependencies += "org.sputnikdev" % "bluetooth-gatt-parser" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.sputnikdev', module='bluetooth-gatt-parser', version='1.9.1')
)
Apache Ivy
<dependency org="org.sputnikdev" name="bluetooth-gatt-parser" rev="1.9.1" />
Leiningen
[org.sputnikdev/bluetooth-gatt-parser "1.9.1"]
Apache Buildr
'org.sputnikdev:bluetooth-gatt-parser:jar:1.9.1'