Last Version

Mosby testing package for testing mvp components 2.0.1

A Model-View-Presenter library for Android apps

License

License

GroupId

GroupId

com.hannesdorfmann.mosby
ArtifactId

ArtifactId

testing
Version

Version

2.0.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/sockeqwe/mosby
Source Code Management

Source Code Management

https://github.com/sockeqwe/mosby

Download testing 2.0.1


<!-- https://jarcasting.com/artifacts/com.hannesdorfmann.mosby/testing/ -->
<dependency>
    <groupId>com.hannesdorfmann.mosby</groupId>
    <artifactId>testing</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby/testing/
implementation 'com.hannesdorfmann.mosby:testing:2.0.1'
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby/testing/
implementation ("com.hannesdorfmann.mosby:testing:2.0.1")
'com.hannesdorfmann.mosby:testing:jar:2.0.1'
<dependency org="com.hannesdorfmann.mosby" name="testing" rev="2.0.1">
  <artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann.mosby', module='testing', version='2.0.1')
)
libraryDependencies += "com.hannesdorfmann.mosby" % "testing" % "2.0.1"
[com.hannesdorfmann.mosby/testing "2.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
com.hannesdorfmann.mosby : mvp-common jar 2.0.1
org.robolectric : robolectric jar 3.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.5-beta

Project Modules

There are no modules declared in this project.