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