не последняя версия
Последняя версия 1.0.100-v20070606-0010

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


Категории

Категории

Eclipse Инструменты разработки IDE JUnit Тестирование компонентов CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.jdt.junit4
Идентификатор

Идентификатор

runtime
Версия

Версия

1.0.1-r321_v20060905
Тип

Тип

jar

Скачать 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"]