MVN

com.github.hypfvieh : bluez-dbus-parent

Maven & Gradle

Mar 18, 2021
66 stars

Java native bluetooth library which uses bluez via dbus (linux only)

<dependency>
    <groupId>com.github.hypfvieh</groupId>
    <artifactId>bluez-dbus-parent</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hypfvieh : bluez-dbus-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.github.hypfvieh : bluez-dbus-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
bluez-dbus-parent-0.1.4
bluez-dbus-parent-0.1.3
bluez-dbus-parent-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.hypfvieh</groupId>
    <artifactId>bluez-dbus-parent</artifactId>
    <version>0.1.4</version>
</dependency>

Advertisement