| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаru.yandex.qatools.ashot |
| Идентификатор | Идентификаторashot |
| Версия | Версия1.4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ashot-1.4.6.pom | |
| ashot-1.4.6.jar | 35 KB |
| ashot-1.4.6-sources.jar | 19 KB |
| ashot-1.4.6-javadoc.jar | 185 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.ashot/ashot/ -->
<dependency>
<groupId>ru.yandex.qatools.ashot</groupId>
<artifactId>ashot</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.ashot/ashot/
implementation 'ru.yandex.qatools.ashot:ashot:1.4.6'
// https://jarcasting.com/artifacts/ru.yandex.qatools.ashot/ashot/
implementation ("ru.yandex.qatools.ashot:ashot:1.4.6")
'ru.yandex.qatools.ashot:ashot:jar:1.4.6'
<dependency org="ru.yandex.qatools.ashot" name="ashot" rev="1.4.6">
<artifact name="ashot" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.ashot', module='ashot', version='1.4.6')
)
libraryDependencies += "ru.yandex.qatools.ashot" % "ashot" % "1.4.6"
[ru.yandex.qatools.ashot/ashot "1.4.6"]