| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEclipse Che Инструменты разработки IDE CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.che.sample |
| Идентификатор | Идентификаторplugin-wizard-server |
| Версия | Версия6.19.0 |
| Тип | Типjar |
| Описание |
ОписаниеWizard Sample :: Plugin :: Server
Provides version of third parties artifacts to use in Codenvy platform projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| plugin-wizard-server-6.19.0.pom | |
| plugin-wizard-server-6.19.0.jar | 4 KB |
| plugin-wizard-server-6.19.0-sources.jar | 4 KB |
| plugin-wizard-server-6.19.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.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.sample/plugin-wizard-server/
implementation 'org.eclipse.che.sample:plugin-wizard-server:6.19.0'
// https://jarcasting.com/artifacts/org.eclipse.che.sample/plugin-wizard-server/
implementation ("org.eclipse.che.sample:plugin-wizard-server:6.19.0")
'org.eclipse.che.sample:plugin-wizard-server:jar:6.19.0'
<dependency org="org.eclipse.che.sample" name="plugin-wizard-server" rev="6.19.0">
<artifact name="plugin-wizard-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.sample', module='plugin-wizard-server', version='6.19.0')
)
libraryDependencies += "org.eclipse.che.sample" % "plugin-wizard-server" % "6.19.0"
[org.eclipse.che.sample/plugin-wizard-server "6.19.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 4.2.2 |
| org.eclipse.che.core : che-core-api-project | jar | |
| org.eclipse.che.core : che-core-commons-inject | jar | |
| org.eclipse.che.sample : plugin-wizard-shared | jar |