| License | License | 
|---|---|
| Categories | CategoriesEclipse Development Tools IDE JUnit Unit Testing CLI User Interface | 
| GroupId | GroupIdorg.eclipse.jdt | 
| ArtifactId | ArtifactIdorg.eclipse.jdt.junit4.runtime | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJava Development Tools JUnit4 Runtime Support Java Development Tools JUnit4 Runtime Support | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.junit4.runtime/ -->
<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.junit4.runtime</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.junit4.runtime/
implementation 'org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0'// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.junit4.runtime/
implementation ("org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0")'org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:jar:1.2.0'<dependency org="org.eclipse.jdt" name="org.eclipse.jdt.junit4.runtime" rev="1.2.0">
  <artifact name="org.eclipse.jdt.junit4.runtime" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jdt', module='org.eclipse.jdt.junit4.runtime', version='1.2.0')
)libraryDependencies += "org.eclipse.jdt" % "org.eclipse.jdt.junit4.runtime" % "1.2.0"[org.eclipse.jdt/org.eclipse.jdt.junit4.runtime "1.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.7,) | 
| org.eclipse.jdt : org.eclipse.jdt.junit.runtime | jar | [3.5.0,4.0.0) |