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