MVN

org.bitbucket.mawdoo3 : mawdoo3-automation-test

Maven & Gradle

Jul 02, 2022

org.bitbucket.mawdoo3:mawdoo3-automation-test · This is the core automation

<dependency>
    <groupId>org.bitbucket.mawdoo3</groupId>
    <artifactId>mawdoo3-automation-test</artifactId>
    <version>1.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.mawdoo3 : mawdoo3-automation-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27.0

All Versions

Choose a version of org.bitbucket.mawdoo3 : mawdoo3-automation-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27.x
mawdoo3-automation-test-1.27.0
1.26.x
mawdoo3-automation-test-1.26.0
1.25.x
mawdoo3-automation-test-1.25.0
1.24.x
mawdoo3-automation-test-1.24.3
mawdoo3-automation-test-1.24.2
mawdoo3-automation-test-1.24.1
mawdoo3-automation-test-1.24.0
1.23.x
mawdoo3-automation-test-1.23.2
mawdoo3-automation-test-1.23.1
mawdoo3-automation-test-1.23.0
1.22.x
mawdoo3-automation-test-1.22.0
1.21.x
mawdoo3-automation-test-1.21.0
1.20.x
mawdoo3-automation-test-1.20.0
1.18.x
mawdoo3-automation-test-1.18.0
1.17.x
mawdoo3-automation-test-1.17.0
1.16.x
mawdoo3-automation-test-1.16.0
1.15.x
mawdoo3-automation-test-1.15.0
1.14.x
mawdoo3-automation-test-1.14.0

How to add a dependency to Maven

Add the following org.bitbucket.mawdoo3 : mawdoo3-automation-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.mawdoo3</groupId>
    <artifactId>mawdoo3-automation-test</artifactId>
    <version>1.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.mawdoo3 : mawdoo3-automation-test gradle dependency to your build.gradle file:

implementation 'org.bitbucket.mawdoo3:mawdoo3-automation-test:1.27.0'

Gradle Kotlin DSL: Add the following org.bitbucket.mawdoo3 : mawdoo3-automation-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.mawdoo3:mawdoo3-automation-test:1.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.mawdoo3 : mawdoo3-automation-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.mawdoo3" % "mawdoo3-automation-test" % "1.27.0"

Advertisement