文件下载
文件名 操作
wdio-testing-library-6.1.86.jar 下载
wdio-testing-library-6.1.86.pom 下载
wdio-testing-library-6.1.86-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.zegreatrob.jsmints</groupId>
  <artifactId>wdio-testing-library</artifactId>
  <version>6.1.86</version>
</dependency>
Gradle Groovy
implementation 'com.zegreatrob.jsmints:wdio-testing-library:6.1.86'
Gradle Kotlin
implementation("com.zegreatrob.jsmints:wdio-testing-library:6.1.86")
Scala SBT
libraryDependencies += "com.zegreatrob.jsmints" % "wdio-testing-library" % "6.1.86"
Groovy Grape
@Grapes(
  @Grab(group='com.zegreatrob.jsmints', module='wdio-testing-library', version='6.1.86')
)
Apache Ivy
<dependency org="com.zegreatrob.jsmints" name="wdio-testing-library" rev="6.1.86" />
Leiningen
[com.zegreatrob.jsmints/wdio-testing-library "6.1.86"]
Apache Buildr
'com.zegreatrob.jsmints:wdio-testing-library:jar:6.1.86'