не последняя версия
Последняя версия 2.0.1

com.hannesdorfmann.mosby:testing 1.1.1

A Model-View-Presenter library for Android apps

Группа

Группа

com.hannesdorfmann.mosby
Идентификатор

Идентификатор

testing
Версия

Версия

1.1.1
Тип

Тип

jar

Скачать testing 1.1.1


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