Files download
File Operation
selenium-automation-framework-0.1.2.jar download
selenium-automation-framework-0.1.2.pom download
selenium-automation-framework-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.licanhua.test</groupId>
  <artifactId>selenium-automation-framework</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.licanhua.test:selenium-automation-framework:0.1.2'
Gradle Kotlin
implementation("com.github.licanhua.test:selenium-automation-framework:0.1.2")
Scala SBT
libraryDependencies += "com.github.licanhua.test" % "selenium-automation-framework" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.licanhua.test', module='selenium-automation-framework', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.licanhua.test" name="selenium-automation-framework" rev="0.1.2" />
Leiningen
[com.github.licanhua.test/selenium-automation-framework "0.1.2"]
Apache Buildr
'com.github.licanhua.test:selenium-automation-framework:jar:0.1.2'