MVN

com.testmile : arjuna-java

Maven & Gradle

Sep 29, 2019

arjuna-java · Arjuna-Java is the client implementation in Java for development of test automation using Arjuna. It uses TestNG as the test engine. With minor tweaks, it can be used with any other test engine or custom test automation implementations. Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net)

<dependency>
    <groupId>com.testmile</groupId>
    <artifactId>arjuna-java</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.3
  • Latest Beta: 0.1.0-beta

All Versions

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

Version Vulnerabilities Updated
0.1.x
arjuna-java-0.1.3
arjuna-java-0.1.2
arjuna-java-0.1.1
arjuna-java-0.1.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.testmile</groupId>
    <artifactId>arjuna-java</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.testmile:arjuna-java:0.1.3'

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

implementation("com.testmile:arjuna-java:0.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.testmile" % "arjuna-java" % "0.1.3"