is not current version
Last Version 2.0.1

com.hannesdorfmann.mosby:testing 2.0.0

A Model-View-Presenter library for Android apps

GroupId

GroupId

com.hannesdorfmann.mosby
ArtifactId

ArtifactId

testing
Version

Version

2.0.0
Type

Type

jar

Download testing 2.0.0


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