MVN

com.polidea.rxandroidble3 : mockclient

Maven & Gradle

Nov 24, 2022
3.3k stars

MockingSupport · Mocking support for RxAndroidBle library

<dependency>
    <groupId>com.polidea.rxandroidble3</groupId>
    <artifactId>mockclient</artifactId>
    <version>1.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.polidea.rxandroidble3 : mockclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.2

All Versions

Choose a version of com.polidea.rxandroidble3 : mockclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
mockclient-1.17.2
mockclient-1.17.1
mockclient-1.17.0
1.16.x
mockclient-1.16.0
1.15.x
mockclient-1.15.2
mockclient-1.15.1
mockclient-1.15.0

How to add a dependency to Maven

Add the following com.polidea.rxandroidble3 : mockclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.polidea.rxandroidble3</groupId>
    <artifactId>mockclient</artifactId>
    <version>1.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.polidea.rxandroidble3 : mockclient gradle dependency to your build.gradle file:

implementation 'com.polidea.rxandroidble3:mockclient:1.17.2'

Gradle Kotlin DSL: Add the following com.polidea.rxandroidble3 : mockclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.polidea.rxandroidble3:mockclient:1.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.polidea.rxandroidble3 : mockclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.polidea.rxandroidble3" % "mockclient" % "1.17.2"

Advertisement