License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdscriptunit |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscriptunit
Action based junit test runner library
|
Project URL |
Project URL |
Filename | Size |
---|---|
scriptunit-0.0.8.pom | |
scriptunit-0.0.8.jar | 125 KB |
scriptunit-0.0.8-sources.jar | 38 KB |
scriptunit-0.0.8-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/scriptunit/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>scriptunit</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/scriptunit/
implementation 'com.github.dakusui:scriptunit:0.0.8'
// https://jarcasting.com/artifacts/com.github.dakusui/scriptunit/
implementation ("com.github.dakusui:scriptunit:0.0.8")
'com.github.dakusui:scriptunit:jar:0.0.8'
<dependency org="com.github.dakusui" name="scriptunit" rev="0.0.8">
<artifact name="scriptunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='scriptunit', version='0.0.8')
)
libraryDependencies += "com.github.dakusui" % "scriptunit" % "0.0.8"
[com.github.dakusui/scriptunit "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.dakusui : jcunit | jar | 0.7.3 |
com.github.dakusui : actionunit | jar | 2.1.2 |
com.github.dakusui : commandrunner | jar | 0.0.8 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.11 |
org.reflections : reflections | jar | 0.9.10 |