MVN

com.testmile : daksha

Maven & Gradle

May 31, 2019
254 stars

daksha · Daksha is re-usable Java library for test automation, to be used primarily with TestNG. With minor tweaks, it can be used with any other test engine or custom test automation implementations.

<dependency>
    <groupId>com.testmile</groupId>
    <artifactId>daksha</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testmile : daksha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2
  • Latest Alpha: 1.4.1-alpha

All Versions

Choose a version of com.testmile : daksha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
daksha-1.4.2
daksha-1.4.1-alpha

How to add a dependency to Maven

Add the following com.testmile : daksha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.testmile</groupId>
    <artifactId>daksha</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testmile : daksha gradle dependency to your build.gradle file:

implementation 'com.testmile:daksha:1.4.2'

Gradle Kotlin DSL: Add the following com.testmile : daksha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.testmile:daksha:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testmile : daksha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testmile" % "daksha" % "1.4.2"