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