MVN

io.qtjambi : qtjambi-bluetooth-platform-macos

Maven & Gradle

Jan 17, 2022
316 stars

QtJambi Bluetooth native components for macOS · Native components for macOS

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-bluetooth-platform-macos</artifactId>
    <version>6.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qtjambi : qtjambi-bluetooth-platform-macos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.2

All Versions

Choose a version of io.qtjambi : qtjambi-bluetooth-platform-macos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
qtjambi-bluetooth-platform-macos-6.2.2

How to add a dependency to Maven

Add the following io.qtjambi : qtjambi-bluetooth-platform-macos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-bluetooth-platform-macos</artifactId>
    <version>6.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qtjambi : qtjambi-bluetooth-platform-macos gradle dependency to your build.gradle file:

implementation 'io.qtjambi:qtjambi-bluetooth-platform-macos:6.2.2'

Gradle Kotlin DSL: Add the following io.qtjambi : qtjambi-bluetooth-platform-macos gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qtjambi:qtjambi-bluetooth-platform-macos:6.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qtjambi : qtjambi-bluetooth-platform-macos sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qtjambi" % "qtjambi-bluetooth-platform-macos" % "6.2.2"

Advertisement