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