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