MVN

no.nordicsemi.android.kotlin.ble : mock

Maven & Gradle

Aug 25, 2023

Nordic Kotlin library for BLE mock. · Nordic Android Kotlin BLE library

<dependency>
    <groupId>no.nordicsemi.android.kotlin.ble</groupId>
    <artifactId>mock</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
mock-1.0.3
mock-1.0.2
mock-1.0.1
mock-1.0.0
0.2.x
mock-0.2.1
mock-0.2.0
0.1.x
mock-0.1.6
mock-0.1.5
mock-0.1.4
mock-0.1.3
mock-0.1.2
mock-0.1.1
mock-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>no.nordicsemi.android.kotlin.ble</groupId>
    <artifactId>mock</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'no.nordicsemi.android.kotlin.ble:mock:1.0.3'

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

implementation("no.nordicsemi.android.kotlin.ble:mock:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "no.nordicsemi.android.kotlin.ble" % "mock" % "1.0.3"