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