MVN

de.berlios.jsunit : jsunit-parent

Maven & Gradle

Oct 19, 2007

JsUnit Parent · Parent module of the JsUnit Maven build. It combines the Java components of JsUnit - a JavaScript Unit Test Framework - to a multi module build. Includes are the JsUnit utilities to embed JsUnit into Java, the JsUnit Maven 2 plugin and the JsUnit Ant Task.

<dependency>
    <groupId>de.berlios.jsunit</groupId>
    <artifactId>jsunit-parent</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.berlios.jsunit : jsunit-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3
  • Latest Release Candidate: 1.3-RC1

All Versions

Choose a version of de.berlios.jsunit : jsunit-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
jsunit-parent-1.3
jsunit-parent-1.3-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.berlios.jsunit</groupId>
    <artifactId>jsunit-parent</artifactId>
    <version>1.3</version>
</dependency>