License |
License |
---|---|
GroupId | GroupIdno.nordicsemi.android |
ArtifactId | ArtifactIdmcumgr-ble |
Version | Version1.2.0 |
Type | Typeaar |
Description |
DescriptionMcu Manager BLE Transport
A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mcumgr-ble-1.2.0.pom | |
mcumgr-ble-1.2.0-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.nordicsemi.android/mcumgr-ble/ -->
<dependency>
<groupId>no.nordicsemi.android</groupId>
<artifactId>mcumgr-ble</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/no.nordicsemi.android/mcumgr-ble/
implementation 'no.nordicsemi.android:mcumgr-ble:1.2.0'
// https://jarcasting.com/artifacts/no.nordicsemi.android/mcumgr-ble/
implementation ("no.nordicsemi.android:mcumgr-ble:1.2.0")
'no.nordicsemi.android:mcumgr-ble:aar:1.2.0'
<dependency org="no.nordicsemi.android" name="mcumgr-ble" rev="1.2.0">
<artifact name="mcumgr-ble" type="aar" />
</dependency>
@Grapes(
@Grab(group='no.nordicsemi.android', module='mcumgr-ble', version='1.2.0')
)
libraryDependencies += "no.nordicsemi.android" % "mcumgr-ble" % "1.2.0"
[no.nordicsemi.android/mcumgr-ble "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
no.nordicsemi.android : mcumgr-core | jar | 1.2.0 |
no.nordicsemi.android : ble | jar | 2.4.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.35 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0 |