is not current version
Last Version 0.12.0-beta4

io.runtime.mcumgr:mcumgr-ble 0.9.0

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

GroupId

GroupId

io.runtime.mcumgr
ArtifactId

ArtifactId

mcumgr-ble
Version

Version

0.9.0
Type

Type

aar

Download mcumgr-ble 0.9.0


<!-- https://jarcasting.com/artifacts/io.runtime.mcumgr/mcumgr-ble/ -->
<dependency>
    <groupId>io.runtime.mcumgr</groupId>
    <artifactId>mcumgr-ble</artifactId>
    <version>0.9.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.runtime.mcumgr/mcumgr-ble/
implementation 'io.runtime.mcumgr:mcumgr-ble:0.9.0'
// https://jarcasting.com/artifacts/io.runtime.mcumgr/mcumgr-ble/
implementation ("io.runtime.mcumgr:mcumgr-ble:0.9.0")
'io.runtime.mcumgr:mcumgr-ble:aar:0.9.0'
<dependency org="io.runtime.mcumgr" name="mcumgr-ble" rev="0.9.0">
  <artifact name="mcumgr-ble" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.runtime.mcumgr', module='mcumgr-ble', version='0.9.0')
)
libraryDependencies += "io.runtime.mcumgr" % "mcumgr-ble" % "0.9.0"
[io.runtime.mcumgr/mcumgr-ble "0.9.0"]