не последняя версия
Последняя версия 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)

Категории

Категории

Java Языки программирования
Группа

Группа

com.testmile
Идентификатор

Идентификатор

arjuna-java
Версия

Версия

0.1.0-beta
Тип

Тип

jar

Скачать 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"]