is not current version
Last Version 1.1.0

org.bitbucket.thinbus:junit-js 1.0.0

Benji Weber's JUnit Runner for Javascript Tests using Nashorn or Rhino

Categories

Categories

JavaScript Languages JUnit Unit Testing
GroupId

GroupId

org.bitbucket.thinbus
ArtifactId

ArtifactId

junit-js
Version

Version

1.0.0
Type

Type

jar

Download junit-js 1.0.0


<!-- https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/ -->
<dependency>
    <groupId>org.bitbucket.thinbus</groupId>
    <artifactId>junit-js</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation 'org.bitbucket.thinbus:junit-js:1.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation ("org.bitbucket.thinbus:junit-js:1.0.0")
'org.bitbucket.thinbus:junit-js:jar:1.0.0'
<dependency org="org.bitbucket.thinbus" name="junit-js" rev="1.0.0">
  <artifact name="junit-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.thinbus', module='junit-js', version='1.0.0')
)
libraryDependencies += "org.bitbucket.thinbus" % "junit-js" % "1.0.0"
[org.bitbucket.thinbus/junit-js "1.0.0"]