MVN

no.nordicsemi.android : mesh

Maven & Gradle

May 26, 2023
380 stars

A Bluetooth Mesh library for Android · BLE Mesh library for Android

<dependency>
    <groupId>no.nordicsemi.android</groupId>
    <artifactId>mesh</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.nordicsemi.android : mesh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of no.nordicsemi.android : mesh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
mesh-3.3.0
3.2.x
mesh-3.2.4
mesh-3.2.3
mesh-3.2.2
mesh-3.2.1
mesh-3.2.0
3.1.x
mesh-3.1.9
mesh-3.1.8
mesh-3.1.7
mesh-3.1.6
mesh-3.1.5
mesh-3.1.4
mesh-3.1.3
mesh-3.1.2
mesh-3.1.1
mesh-3.1.0
3.0.x
mesh-3.0.3
mesh-3.0.2
mesh-3.0.1
mesh-3.0.0
2.4.x
mesh-2.4.4
mesh-2.4.3
mesh-2.4.2
mesh-2.4.1
mesh-2.4.0
2.3.x
mesh-2.3.1
mesh-2.3.0

How to add a dependency to Maven

Add the following no.nordicsemi.android : mesh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.nordicsemi.android</groupId>
    <artifactId>mesh</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nordicsemi.android : mesh gradle dependency to your build.gradle file:

implementation 'no.nordicsemi.android:mesh:3.3.0'

Gradle Kotlin DSL: Add the following no.nordicsemi.android : mesh gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nordicsemi.android:mesh:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nordicsemi.android : mesh sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nordicsemi.android" % "mesh" % "3.3.0"

Advertisement

Dependencies from Group

dfu
Dec 16, 2022
6 usages
696 stars
ble
Apr 04, 2023
6 usages
1.7k stars
Apr 04, 2023
4 usages
1.7k stars
log
Jun 09, 2020
2 usages
348 stars
Aug 18, 2023
1 usages
73 stars

Discover Dependencies