a

android-screenshot-parent

Parent pom for 'Android Screenshot library', a library intended to provide on-demand screenshots during Android integration tests.
https://github.com/rtyley/android-screenshot-lib
Apache V2
Roberto Tyley
Files download
File Operation
android-screenshot-parent-1.9.pom download
Apache Maven
<dependency>
  <groupId>com.github.rtyley</groupId>
  <artifactId>android-screenshot-parent</artifactId>
  <version>1.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rtyley:android-screenshot-parent:1.9'
Gradle Kotlin
implementation("com.github.rtyley:android-screenshot-parent:1.9")
Scala SBT
libraryDependencies += "com.github.rtyley" % "android-screenshot-parent" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rtyley', module='android-screenshot-parent', version='1.9')
)
Apache Ivy
<dependency org="com.github.rtyley" name="android-screenshot-parent" rev="1.9" />
Leiningen
[com.github.rtyley/android-screenshot-parent "1.9"]
Apache Buildr
'com.github.rtyley:android-screenshot-parent:jar:1.9'