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

com.github.rtyley:android-screenshot-parent 1.4

Parent pom for 'Android Screenshot library', a library intended to provide on-demand screenshots during Android integration tests.

Группа

Группа

com.github.rtyley
Идентификатор

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

android-screenshot-parent
Версия

Версия

1.4
Тип

Тип

pom

Скачать android-screenshot-parent 1.4

Имя Файла Размер
android-screenshot-parent-1.4.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.rtyley/android-screenshot-parent/ -->
<dependency>
    <groupId>com.github.rtyley</groupId>
    <artifactId>android-screenshot-parent</artifactId>
    <version>1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rtyley/android-screenshot-parent/
implementation 'com.github.rtyley:android-screenshot-parent:1.4'
// https://jarcasting.com/artifacts/com.github.rtyley/android-screenshot-parent/
implementation ("com.github.rtyley:android-screenshot-parent:1.4")
'com.github.rtyley:android-screenshot-parent:pom:1.4'
<dependency org="com.github.rtyley" name="android-screenshot-parent" rev="1.4">
  <artifact name="android-screenshot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rtyley', module='android-screenshot-parent', version='1.4')
)
libraryDependencies += "com.github.rtyley" % "android-screenshot-parent" % "1.4"
[com.github.rtyley/android-screenshot-parent "1.4"]