MVN

com.comodule : bluetooth

Maven & Gradle

Mar 20, 2024

Comodule Android SDK · The Comodule SDK is a versatile framework designed for native Android applications, enabling seamless interaction with Comodule modules over Bluetooth Low Energy. It offers an efficient approach to access and modify vehicle information, alter settings, as well as perform data-to-cloud. The SDK supports over-the-air firmware updates of the module firmware.

<dependency>
    <groupId>com.comodule</groupId>
    <artifactId>bluetooth</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.comodule : bluetooth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of com.comodule : bluetooth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
bluetooth-0.4.1

How to add a dependency to Maven

Add the following com.comodule : bluetooth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.comodule</groupId>
    <artifactId>bluetooth</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.comodule : bluetooth gradle dependency to your build.gradle file:

implementation 'com.comodule:bluetooth:0.4.1'

Gradle Kotlin DSL: Add the following com.comodule : bluetooth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.comodule:bluetooth:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.comodule : bluetooth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.comodule" % "bluetooth" % "0.4.1"