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