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