g

gga-selenium-framework

Automation testing using Selenium WebDriver and Java
http://www.ggasoftware.com
GNU General Public License v3
Roman Iovlev
文件下载
文件名 操作
gga-selenium-framework-1.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>com.epam.uitest</groupId>
  <artifactId>gga-selenium-framework</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.epam.uitest:gga-selenium-framework:1.0.7'
Gradle Kotlin
implementation("com.epam.uitest:gga-selenium-framework:1.0.7")
Scala SBT
libraryDependencies += "com.epam.uitest" % "gga-selenium-framework" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.uitest', module='gga-selenium-framework', version='1.0.7')
)
Apache Ivy
<dependency org="com.epam.uitest" name="gga-selenium-framework" rev="1.0.7" />
Leiningen
[com.epam.uitest/gga-selenium-framework "1.0.7"]
Apache Buildr
'com.epam.uitest:gga-selenium-framework:jar:1.0.7'
本项目依赖
该项目无第三方依赖