MVN

org.sputnikdev : bluetooth-gatt-parser

Maven & Gradle

Sep 25, 2018
1 usages
58 stars

A simple library/framework to work with Bluetooth Smart (BLE) GATT services and characteristics.

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

Latest Version

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

  • Latest Stable: 1.9.4

All Versions

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

Version Vulnerabilities Updated
1.9.x
bluetooth-gatt-parser-1.9.4
bluetooth-gatt-parser-1.9.2
bluetooth-gatt-parser-1.9.1
bluetooth-gatt-parser-1.9.0
1.8.x
bluetooth-gatt-parser-1.8.1
1.7
bluetooth-gatt-parser-1.7
1.6
bluetooth-gatt-parser-1.6
1.5
bluetooth-gatt-parser-1.5
1.4
bluetooth-gatt-parser-1.4
1.3
bluetooth-gatt-parser-1.3
1.2
bluetooth-gatt-parser-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sputnikdev</groupId>
    <artifactId>bluetooth-gatt-parser</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sputnikdev:bluetooth-gatt-parser:1.9.4'

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

implementation("org.sputnikdev:bluetooth-gatt-parser:1.9.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sputnikdev" % "bluetooth-gatt-parser" % "1.9.4"

Advertisement