| Категории |
КатегорииEclipse Che Инструменты разработки IDE |
|---|---|
| Группа | Группаio.fabric8.online.apps |
| Идентификатор | Идентификаторche |
| Версия | Версия1.0.192 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| che-1.0.192.pom | |
| che-1.0.192.jar | 20 KB |
| che-1.0.192-openshift.yml | 11 KB |
| che-1.0.192-openshift.json | 15 KB |
| che-1.0.192-kubernetes.yml | 11 KB |
| che-1.0.192-kubernetes.json | 15 KB |
| che-1.0.192-helm.tar.gz | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.online.apps/che/ -->
<dependency>
<groupId>io.fabric8.online.apps</groupId>
<artifactId>che</artifactId>
<version>1.0.192</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation 'io.fabric8.online.apps:che:1.0.192'
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation ("io.fabric8.online.apps:che:1.0.192")
'io.fabric8.online.apps:che:jar:1.0.192'
<dependency org="io.fabric8.online.apps" name="che" rev="1.0.192">
<artifact name="che" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.online.apps', module='che', version='1.0.192')
)
libraryDependencies += "io.fabric8.online.apps" % "che" % "1.0.192"
[io.fabric8.online.apps/che "1.0.192"]