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