| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcn.gateside |
| Идентификатор | ИдентификаторGAT |
| Последняя версия | Последняя версия2.1.13 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGAT
Interface/UI automation testing framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| GAT-2.1.13.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.gateside/GAT/ -->
<dependency>
<groupId>cn.gateside</groupId>
<artifactId>GAT</artifactId>
<version>2.1.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation 'cn.gateside:GAT:2.1.13'
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation ("cn.gateside:GAT:2.1.13")
'cn.gateside:GAT:pom:2.1.13'
<dependency org="cn.gateside" name="GAT" rev="2.1.13">
<artifact name="GAT" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.gateside', module='GAT', version='2.1.13')
)
libraryDependencies += "cn.gateside" % "GAT" % "2.1.13"
[cn.gateside/GAT "2.1.13"]