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