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