MVN

pl.mareklangiewicz : rxmock-jvm

Maven & Gradle

Apr 18, 2022
2 stars

RxMock · Tiny library for mocking RxJava calls.

<dependency>
    <groupId>pl.mareklangiewicz</groupId>
    <artifactId>rxmock-jvm</artifactId>
    <version>0.0.03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.mareklangiewicz : rxmock-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.03

All Versions

Choose a version of pl.mareklangiewicz : rxmock-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
rxmock-jvm-0.0.03

How to add a dependency to Maven

Add the following pl.mareklangiewicz : rxmock-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.mareklangiewicz</groupId>
    <artifactId>rxmock-jvm</artifactId>
    <version>0.0.03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.mareklangiewicz : rxmock-jvm gradle dependency to your build.gradle file:

implementation 'pl.mareklangiewicz:rxmock-jvm:0.0.03'

Gradle Kotlin DSL: Add the following pl.mareklangiewicz : rxmock-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.mareklangiewicz:rxmock-jvm:0.0.03")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.mareklangiewicz : rxmock-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.mareklangiewicz" % "rxmock-jvm" % "0.0.03"

Advertisement