is not current version
Last Version 1.3

de.berlios.jsunit:jsunit 1.3-RC1

The JsUnit utilities to embed the JsJunit library into a Java environment. It includes the JavaScript part as resources.

GroupId

GroupId

de.berlios.jsunit
ArtifactId

ArtifactId

jsunit
Version

Version

1.3-RC1
Type

Type

jar

Download jsunit 1.3-RC1


<!-- https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/ -->
<dependency>
    <groupId>de.berlios.jsunit</groupId>
    <artifactId>jsunit</artifactId>
    <version>1.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/
implementation 'de.berlios.jsunit:jsunit:1.3-RC1'
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/
implementation ("de.berlios.jsunit:jsunit:1.3-RC1")
'de.berlios.jsunit:jsunit:jar:1.3-RC1'
<dependency org="de.berlios.jsunit" name="jsunit" rev="1.3-RC1">
  <artifact name="jsunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.berlios.jsunit', module='jsunit', version='1.3-RC1')
)
libraryDependencies += "de.berlios.jsunit" % "jsunit" % "1.3-RC1"
[de.berlios.jsunit/jsunit "1.3-RC1"]