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