MVN

org.eclipse.jdt.junit4 : runtime

Maven & Gradle

Nov 27, 2007

Java Development Tools JUnit4 runtime support

<dependency>
    <groupId>org.eclipse.jdt.junit4</groupId>
    <artifactId>runtime</artifactId>
    <version>1.0.1-r321_v20060905</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1-r321_v20060905

All Versions

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

Version Vulnerabilities Updated
1.0.x
runtime-1.0.100-v20070606-0010
runtime-1.0.1-r321_v20060905

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.jdt.junit4</groupId>
    <artifactId>runtime</artifactId>
    <version>1.0.1-r321_v20060905</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.jdt.junit4:runtime:1.0.1-r321_v20060905'

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

implementation("org.eclipse.jdt.junit4:runtime:1.0.1-r321_v20060905")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.jdt.junit4" % "runtime" % "1.0.1-r321_v20060905"