is not current version
Last Version 1.9

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

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

GroupId

GroupId

com.github.rtyley
ArtifactId

ArtifactId

android-screenshot-parent
Version

Version

1.3
Type

Type

pom

Download android-screenshot-parent 1.3


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