| Categories |
CategoriesEclipse Che Development Tools IDE |
|---|---|
| GroupId | GroupIdio.fabric8.online.apps |
| ArtifactId | ArtifactIdche |
| Version | Version1.0.182 |
| Type | Typejar |
| Filename | Size |
|---|---|
| che-1.0.182.pom | |
| che-1.0.182.jar | 19 KB |
| che-1.0.182-openshift.yml | 10 KB |
| che-1.0.182-openshift.json | 14 KB |
| che-1.0.182-kubernetes.yml | 10 KB |
| che-1.0.182-kubernetes.json | 14 KB |
| che-1.0.182-helm.tar.gz | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.online.apps/che/ -->
<dependency>
<groupId>io.fabric8.online.apps</groupId>
<artifactId>che</artifactId>
<version>1.0.182</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation 'io.fabric8.online.apps:che:1.0.182'
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation ("io.fabric8.online.apps:che:1.0.182")
'io.fabric8.online.apps:che:jar:1.0.182'
<dependency org="io.fabric8.online.apps" name="che" rev="1.0.182">
<artifact name="che" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.online.apps', module='che', version='1.0.182')
)
libraryDependencies += "io.fabric8.online.apps" % "che" % "1.0.182"
[io.fabric8.online.apps/che "1.0.182"]