| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dakusui |
| ArtifactId | ArtifactIdactionunit |
| Last Version | Last Version5.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionactionunit
A library to build 'action' structure for testing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| actionunit-5.2.7.pom | |
| actionunit-5.2.7.jar | 40 KB |
| actionunit-5.2.7-sources.jar | 9 KB |
| actionunit-5.2.7-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/actionunit/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>actionunit</artifactId>
<version>5.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/actionunit/
implementation 'com.github.dakusui:actionunit:5.2.7'
// https://jarcasting.com/artifacts/com.github.dakusui/actionunit/
implementation ("com.github.dakusui:actionunit:5.2.7")
'com.github.dakusui:actionunit:jar:5.2.7'
<dependency org="com.github.dakusui" name="actionunit" rev="5.2.7">
<artifact name="actionunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='actionunit', version='5.2.7')
)
libraryDependencies += "com.github.dakusui" % "actionunit" % "5.2.7"
[com.github.dakusui/actionunit "5.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.dakusui : processstreamer | jar | 1.0.0 |
| com.github.dakusui : thincrest | jar | 3.6.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 1.10.19 |