| License | License | 
|---|---|
| Categories | CategoriesJavaScript Languages JUnit Unit Testing | 
| GroupId | GroupIdorg.bitbucket.thinbus | 
| ArtifactId | ArtifactIdjunit-js | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjunit-js Benji Weber's JUnit Runner for Javascript Tests using GraalVM, Nashorn or Rhino | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| junit-js-1.1.0.pom | |
| junit-js-1.1.0.jar | 9 KB | 
| junit-js-1.1.0-sources.jar | 4 KB | 
| junit-js-1.1.0-javadoc.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/ -->
<dependency>
    <groupId>org.bitbucket.thinbus</groupId>
    <artifactId>junit-js</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation 'org.bitbucket.thinbus:junit-js:1.1.0'// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation ("org.bitbucket.thinbus:junit-js:1.1.0")'org.bitbucket.thinbus:junit-js:jar:1.1.0'<dependency org="org.bitbucket.thinbus" name="junit-js" rev="1.1.0">
  <artifact name="junit-js" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bitbucket.thinbus', module='junit-js', version='1.1.0')
)libraryDependencies += "org.bitbucket.thinbus" % "junit-js" % "1.1.0"[org.bitbucket.thinbus/junit-js "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| commons-io : commons-io | jar | 2.4 |