is not current version
Last Version 0.0.3

uk.co.iankent:RhUnit 0.0.2

A qUnit compatible javascript unit testing framework for Rhino

GroupId

GroupId

uk.co.iankent
ArtifactId

ArtifactId

RhUnit
Version

Version

0.0.2
Type

Type

jar

Download RhUnit 0.0.2


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