RhUnit

A qUnit compatible javascript unit testing framework for Rhino

License

License

GroupId

GroupId

uk.co.iankent
ArtifactId

ArtifactId

RhUnit
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

RhUnit
A qUnit compatible javascript unit testing framework for Rhino

Download RhUnit

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
junit : junit jar 4.10
org.mozilla : rhino jar 1.7R3
commons-io : commons-io jar 2.0
commons-lang : commons-lang jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1