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