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

com.hannesdorfmann.mosby:testing 2.0.0

A Model-View-Presenter library for Android apps

Группа

Группа

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

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

testing
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать 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"]