Download actionunit-4.0.1.jar file - Jar a

Jar examples for a:actionunit

Description

Action based junit test runner library

You can download jar file actionunit 4.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add actionunit-4.0.1.jar to your project.

<dependency>
   <groupId>com.github.dakusui</groupId>
   <artifactId>actionunit</artifactId>
   <version>4.0.1</version>
</dependency>
compile group: 'com.github.dakusui', name: 'actionunit', version: '4.0.1'
libraryDependencies += "com.github.dakusui" % "actionunit" % "4.0.1"
<dependency org="com.github.dakusui" name="actionunit" rev="4.0.1"/>
@Grapes(@Grab(group='com.github.dakusui', module='actionunit', version='4.0.1'))
'com.github.dakusui:actionunit:jar:4.0.1'

Download

Click the following link to download the jar file.

actionunit-4.0.1-javadoc.jar
actionunit-4.0.1-sources.jar
actionunit-4.0.1.jar
actionunit-4.0.1.pom



Related Tutorials