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