is not current version
Last Version 0.1.3

com.testmile:arjuna-java 0.1.0-beta

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)

Categories

Categories

Java Languages
GroupId

GroupId

com.testmile
ArtifactId

ArtifactId

arjuna-java
Version

Version

0.1.0-beta
Type

Type

jar

Download arjuna-java 0.1.0-beta


<!-- https://jarcasting.com/artifacts/com.testmile/arjuna-java/ -->
<dependency>
    <groupId>com.testmile</groupId>
    <artifactId>arjuna-java</artifactId>
    <version>0.1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.testmile/arjuna-java/
implementation 'com.testmile:arjuna-java:0.1.0-beta'
// https://jarcasting.com/artifacts/com.testmile/arjuna-java/
implementation ("com.testmile:arjuna-java:0.1.0-beta")
'com.testmile:arjuna-java:jar:0.1.0-beta'
<dependency org="com.testmile" name="arjuna-java" rev="0.1.0-beta">
  <artifact name="arjuna-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testmile', module='arjuna-java', version='0.1.0-beta')
)
libraryDependencies += "com.testmile" % "arjuna-java" % "0.1.0-beta"
[com.testmile/arjuna-java "0.1.0-beta"]