b

bluetooth-gatt-parser

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