is not current version
Last Version 1.0.100-v20070606-0010

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


Categories

Categories

Eclipse Development Tools IDE JUnit Unit Testing CLI User Interface
GroupId

GroupId

org.eclipse.jdt.junit4
ArtifactId

ArtifactId

runtime
Version

Version

1.0.1-r321_v20060905
Type

Type

jar

Download runtime 1.0.1-r321_v20060905


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