MVN

com.persado.oss.quality.stevia : stevia-core

Maven & Gradle

Mar 24, 2023
66 stars

Stevia QA Framework - Core · Stevia is a QA Framework unifying the Selenium-RC and Webdriver APIs under a common uniform API that handles all differences. Using Stevia allows the QA Engineer to seamlessly switch between Selenium-RC and Webdriver, enhance by adding custom webdrivers and other artifacts. By design both drivers play under Selenium Grid and support extended reporting functionality via ReportNG, including remote screenshots.

<dependency>
    <groupId>com.persado.oss.quality.stevia</groupId>
    <artifactId>stevia-core</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.persado.oss.quality.stevia : stevia-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.persado.oss.quality.stevia : stevia-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
stevia-core-1.0.2
stevia-core-1.0.1
stevia-core-1.0.0
0.9.x
stevia-core-0.9.51
stevia-core-0.9.50
stevia-core-0.9.12
stevia-core-0.9.5
stevia-core-0.9.3
stevia-core-0.9.0
0.7.x
stevia-core-0.7.0
0.6.x
stevia-core-0.6.0

How to add a dependency to Maven

Add the following com.persado.oss.quality.stevia : stevia-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.persado.oss.quality.stevia</groupId>
    <artifactId>stevia-core</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.persado.oss.quality.stevia : stevia-core gradle dependency to your build.gradle file:

implementation 'com.persado.oss.quality.stevia:stevia-core:1.0.2'

Gradle Kotlin DSL: Add the following com.persado.oss.quality.stevia : stevia-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.persado.oss.quality.stevia:stevia-core:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.persado.oss.quality.stevia : stevia-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.persado.oss.quality.stevia" % "stevia-core" % "1.0.2"

Advertisement