is not current version
Last Version 3.3.0-v20070606-0010

org.eclipse.jdt.junit:runtime 3.2.1-r321_v20060721


Categories

Categories

Eclipse Development Tools IDE JUnit Unit Testing CLI User Interface
GroupId

GroupId

org.eclipse.jdt.junit
ArtifactId

ArtifactId

runtime
Version

Version

3.2.1-r321_v20060721
Type

Type

jar

Download runtime 3.2.1-r321_v20060721


<!-- https://jarcasting.com/artifacts/org.eclipse.jdt.junit/runtime/ -->
<dependency>
    <groupId>org.eclipse.jdt.junit</groupId>
    <artifactId>runtime</artifactId>
    <version>3.2.1-r321_v20060721</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jdt.junit/runtime/
implementation 'org.eclipse.jdt.junit:runtime:3.2.1-r321_v20060721'
// https://jarcasting.com/artifacts/org.eclipse.jdt.junit/runtime/
implementation ("org.eclipse.jdt.junit:runtime:3.2.1-r321_v20060721")
'org.eclipse.jdt.junit:runtime:jar:3.2.1-r321_v20060721'
<dependency org="org.eclipse.jdt.junit" name="runtime" rev="3.2.1-r321_v20060721">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jdt.junit', module='runtime', version='3.2.1-r321_v20060721')
)
libraryDependencies += "org.eclipse.jdt.junit" % "runtime" % "3.2.1-r321_v20060721"
[org.eclipse.jdt.junit/runtime "3.2.1-r321_v20060721"]