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.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.rtyley</groupId>
  <artifactId>android-screenshot-parent</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rtyley:android-screenshot-parent:1.3'
Gradle Kotlin
implementation("com.github.rtyley:android-screenshot-parent:1.3")
Scala SBT
libraryDependencies += "com.github.rtyley" % "android-screenshot-parent" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rtyley', module='android-screenshot-parent', version='1.3')
)
Apache Ivy
<dependency org="com.github.rtyley" name="android-screenshot-parent" rev="1.3" />
Leiningen
[com.github.rtyley/android-screenshot-parent "1.3"]
Apache Buildr
'com.github.rtyley:android-screenshot-parent:jar:1.3'