is not current version
Last Version 2.0.1

com.hannesdorfmann.mosby:testing 1.1.0

A Model-View-Presenter library for Android apps

GroupId

GroupId

com.hannesdorfmann.mosby
ArtifactId

ArtifactId

testing
Version

Version

1.1.0
Type

Type

jar

Download testing 1.1.0


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