is not current version
Last Version 2.1.13

cn.gateside:GAT 2.0.1

Interface/UI automation testing framework

Categories

Categories

IDE Development Tools
GroupId

GroupId

cn.gateside
ArtifactId

ArtifactId

GAT
Version

Version

2.0.1
Type

Type

pom

Download GAT 2.0.1

Filename Size
GAT-2.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.gateside/GAT/ -->
<dependency>
    <groupId>cn.gateside</groupId>
    <artifactId>GAT</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation 'cn.gateside:GAT:2.0.1'
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation ("cn.gateside:GAT:2.0.1")
'cn.gateside:GAT:pom:2.0.1'
<dependency org="cn.gateside" name="GAT" rev="2.0.1">
  <artifact name="GAT" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.gateside', module='GAT', version='2.0.1')
)
libraryDependencies += "cn.gateside" % "GAT" % "2.0.1"
[cn.gateside/GAT "2.0.1"]