License |
License |
---|---|
GroupId | GroupIdde.berlios.jsunit |
ArtifactId | ArtifactIdjsunit |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsUnit
The JsUnit utilities to embed the JsJunit library into a Java
environment. It includes the JavaScript part as resources.
|
Project Organization |
Project OrganizationJoerg Schaible |
Filename | Size |
---|---|
jsunit-1.3.pom | |
jsunit-1.3.jar | 27 KB |
jsunit-1.3-sources.jar | 27 KB |
jsunit-1.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/ -->
<dependency>
<groupId>de.berlios.jsunit</groupId>
<artifactId>jsunit</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/
implementation 'de.berlios.jsunit:jsunit:1.3'
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit/
implementation ("de.berlios.jsunit:jsunit:1.3")
'de.berlios.jsunit:jsunit:jar:1.3'
<dependency org="de.berlios.jsunit" name="jsunit" rev="1.3">
<artifact name="jsunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.berlios.jsunit', module='jsunit', version='1.3')
)
libraryDependencies += "de.berlios.jsunit" % "jsunit" % "1.3"
[de.berlios.jsunit/jsunit "1.3"]
Group / Artifact | Type | Version |
---|---|---|
rhino : js | jar | 1.5R4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
jmock : jmock | jar | 1.1.0 |