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