| Категории |
КатегорииJUnit Тестирование компонентов Eclipse Che Инструменты разработки IDE CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.che.plugin |
| Идентификатор | Идентификаторche-plugin-testing-junit-runtime |
| Версия | Версия7.0.0-RC-1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-junit-runtime/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-junit-runtime</artifactId>
<version>7.0.0-RC-1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-junit-runtime/
implementation 'org.eclipse.che.plugin:che-plugin-testing-junit-runtime:7.0.0-RC-1.0'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-junit-runtime/
implementation ("org.eclipse.che.plugin:che-plugin-testing-junit-runtime:7.0.0-RC-1.0")
'org.eclipse.che.plugin:che-plugin-testing-junit-runtime:jar:7.0.0-RC-1.0'
<dependency org="org.eclipse.che.plugin" name="che-plugin-testing-junit-runtime" rev="7.0.0-RC-1.0">
<artifact name="che-plugin-testing-junit-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-testing-junit-runtime', version='7.0.0-RC-1.0')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-testing-junit-runtime" % "7.0.0-RC-1.0"
[org.eclipse.che.plugin/che-plugin-testing-junit-runtime "7.0.0-RC-1.0"]