MVN

org.eclipse.jdt : junit

Maven & Gradle

Nov 27, 2007
5 usages

Java Development Tools JUnit support

<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>junit</artifactId>
    <version>runtime</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jdt : junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: runtime

All Versions

Choose a version of org.eclipse.jdt : junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
junit-3.3.0-v20070606-0010
3.2.x
junit-3.2.1-r321_v20060810
runtime
junit-runtime

How to add a dependency to Maven

Add the following org.eclipse.jdt : junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>junit</artifactId>
    <version>runtime</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jdt : junit gradle dependency to your build.gradle file:

implementation 'org.eclipse.jdt:junit:runtime'

Gradle Kotlin DSL: Add the following org.eclipse.jdt : junit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jdt:junit:runtime")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jdt : junit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jdt" % "junit" % "runtime"

Advertisement

Dependencies from Group

Nov 27, 2007
240 usages
Jun 09, 2023
171 usages
97 stars
Sep 10, 2022
140 usages
97 stars
ecj
Jun 09, 2023
67 usages
97 stars
Nov 27, 2007
39 usages

Discover Dependencies