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