MVN

org.openhab : bluetooth-gatt-parser

Maven & Gradle

Jul 14, 2022
0 stars

org.openhab:bluetooth-gatt-parser · A simple library/framework to work with Bluetooth Smart (BLE) GATT services and characteristics.

<dependency>
    <groupId>org.openhab</groupId>
    <artifactId>bluetooth-gatt-parser</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openhab : bluetooth-gatt-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.openhab : bluetooth-gatt-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
bluetooth-gatt-parser-2.0.0

How to add a dependency to Maven

Add the following org.openhab : bluetooth-gatt-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openhab</groupId>
    <artifactId>bluetooth-gatt-parser</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openhab : bluetooth-gatt-parser gradle dependency to your build.gradle file:

implementation 'org.openhab:bluetooth-gatt-parser:2.0.0'

Gradle Kotlin DSL: Add the following org.openhab : bluetooth-gatt-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openhab:bluetooth-gatt-parser:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openhab : bluetooth-gatt-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openhab" % "bluetooth-gatt-parser" % "2.0.0"