is not current version
Last Version 5.2.7

com.github.dakusui:actionunit 5.1.2

A library to build 'action' structure for testing

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

actionunit
Version

Version

5.1.2
Type

Type

jar

Download actionunit 5.1.2


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