is not current version
Last Version 5.2.7

com.github.dakusui:actionunit 5.2.0

A library to build 'action' structure for testing

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

actionunit
Version

Version

5.2.0
Type

Type

jar

Download actionunit 5.2.0


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