MVN

de.berlios.jsunit : jsunit-ant

Maven & Gradle

Oct 19, 2007

JsUnit Ant Task · Project to build the JsUnit Ant Task.

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

Latest Version

Choose a version of de.berlios.jsunit : jsunit-ant to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of de.berlios.jsunit : jsunit-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
jsunit-ant-1.3
jsunit-ant-1.3-RC1

How to add a dependency to Maven

Add the following de.berlios.jsunit : jsunit-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.berlios.jsunit : jsunit-ant gradle dependency to your build.gradle file:

implementation 'de.berlios.jsunit:jsunit-ant:1.3'

Gradle Kotlin DSL: Add the following de.berlios.jsunit : jsunit-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("de.berlios.jsunit:jsunit-ant:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.berlios.jsunit : jsunit-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "de.berlios.jsunit" % "jsunit-ant" % "1.3"