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