j

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.
Apache 2
Joerg Schaible
Joerg Schaible
Files download
File Operation
jsunit-parent-1.3-RC1.pom download
Apache Maven
<dependency>
  <groupId>de.berlios.jsunit</groupId>
  <artifactId>jsunit-parent</artifactId>
  <version>1.3-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.berlios.jsunit:jsunit-parent:1.3-RC1'
Gradle Kotlin
implementation("de.berlios.jsunit:jsunit-parent:1.3-RC1")
Scala SBT
libraryDependencies += "de.berlios.jsunit" % "jsunit-parent" % "1.3-RC1"
Groovy Grape
@Grapes(
  @Grab(group='de.berlios.jsunit', module='jsunit-parent', version='1.3-RC1')
)
Apache Ivy
<dependency org="de.berlios.jsunit" name="jsunit-parent" rev="1.3-RC1" />
Leiningen
[de.berlios.jsunit/jsunit-parent "1.3-RC1"]
Apache Buildr
'de.berlios.jsunit:jsunit-parent:jar:1.3-RC1'
Dependencies
The project has no third-party dependencies