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