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