t

testify-fullscreen

Fullscreen capture method for Android Testify
https://github.com/ndtp/android-testify
The MIT License
ndtp
文件下载
文件名 操作
testify-fullscreen-2.0.0.pom 下载
testify-fullscreen-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.testify</groupId>
  <artifactId>testify-fullscreen</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'dev.testify:testify-fullscreen:2.0.0'
Gradle Kotlin
implementation("dev.testify:testify-fullscreen:2.0.0")
Scala SBT
libraryDependencies += "dev.testify" % "testify-fullscreen" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.testify', module='testify-fullscreen', version='2.0.0')
)
Apache Ivy
<dependency org="dev.testify" name="testify-fullscreen" rev="2.0.0" />
Leiningen
[dev.testify/testify-fullscreen "2.0.0"]
Apache Buildr
'dev.testify:testify-fullscreen:jar:2.0.0'