MVN

com.hannesdorfmann.mosby3 : testing

Maven & Gradle

Feb 03, 2017
5.4k stars

Mosby testing package for testing mvp components · A Model-View-Presenter library for Android apps

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>testing</artifactId>
    <version>3.0.0-alpha4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.mosby3 : testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-alpha4
  • Latest Alpha: 3.0.0-alpha4

All Versions

Choose a version of com.hannesdorfmann.mosby3 : testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
testing-3.0.0-alpha4
testing-3.0.0-alpha3
testing-3.0.0-alpha2
testing-3.0.0-alpha1

How to add a dependency to Maven

Add the following com.hannesdorfmann.mosby3 : testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>testing</artifactId>
    <version>3.0.0-alpha4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hannesdorfmann.mosby3 : testing gradle dependency to your build.gradle file:

implementation 'com.hannesdorfmann.mosby3:testing:3.0.0-alpha4'

Gradle Kotlin DSL: Add the following com.hannesdorfmann.mosby3 : testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hannesdorfmann.mosby3:testing:3.0.0-alpha4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hannesdorfmann.mosby3 : testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hannesdorfmann.mosby3" % "testing" % "3.0.0-alpha4"

Advertisement