MVN

no.nordicsemi.android : mcumgr-ble

Maven & Gradle

Aug 18, 2023
68 stars

Mcu Manager BLE Transport · A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)

<dependency>
    <groupId>no.nordicsemi.android</groupId>
    <artifactId>mcumgr-ble</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7.2
  • Latest Beta: 1.1-beta01
  • Latest Alpha: 1.3.0-alpha03

All Versions

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

Version Vulnerabilities Updated
1.7.x
mcumgr-ble-1.7.2
mcumgr-ble-1.7.1
mcumgr-ble-1.7.0
1.6.x
mcumgr-ble-1.6.0
1.5.x
mcumgr-ble-1.5.2
mcumgr-ble-1.5.1
mcumgr-ble-1.5.0
1.4.x
mcumgr-ble-1.4.1
mcumgr-ble-1.4.0
1.3.x
mcumgr-ble-1.3.1
mcumgr-ble-1.3.0
mcumgr-ble-1.3.0-alpha03
mcumgr-ble-1.3.0-alpha02
mcumgr-ble-1.3.0-alpha01
1.2.x
mcumgr-ble-1.2.0
1.1.x
mcumgr-ble-1.1.0
1.1
mcumgr-ble-1.1-beta01
0.13.x
mcumgr-ble-0.13.0-beta09
mcumgr-ble-0.13.0-beta08
mcumgr-ble-0.13.0-beta07
mcumgr-ble-0.13.0-beta06
mcumgr-ble-0.13.0-beta04

How to add a dependency to Maven

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

<dependency>
    <groupId>no.nordicsemi.android</groupId>
    <artifactId>mcumgr-ble</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'no.nordicsemi.android:mcumgr-ble:1.7.2'

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

implementation("no.nordicsemi.android:mcumgr-ble:1.7.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "no.nordicsemi.android" % "mcumgr-ble" % "1.7.2"

Advertisement