License |
License |
---|---|
GroupId | GroupIduk.co.iankent |
ArtifactId | ArtifactIdRhUnit |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRhUnit
A qUnit compatible javascript unit testing framework for Rhino
|
Filename | Size |
---|---|
RhUnit-0.0.3.pom | |
RhUnit-0.0.3.jar | 198 KB |
RhUnit-0.0.3-sources.jar | 181 KB |
RhUnit-0.0.3-javadoc.jar | 227 KB |
Browse |
<!-- 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"]
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 |