Categories |
CategoriesEclipse Che Development Tools IDE |
---|---|
GroupId | GroupIdio.fabric8.online.apps |
ArtifactId | ArtifactIdche |
Version | Version1.0.215 |
Type | Typejar |
Filename | Size |
---|---|
che-1.0.215.pom | |
che-1.0.215.jar | 20 KB |
che-1.0.215-openshift.yml | 11 KB |
che-1.0.215-openshift.json | 15 KB |
che-1.0.215-kubernetes.yml | 11 KB |
che-1.0.215-kubernetes.json | 15 KB |
che-1.0.215-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.215</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation 'io.fabric8.online.apps:che:1.0.215'
// https://jarcasting.com/artifacts/io.fabric8.online.apps/che/
implementation ("io.fabric8.online.apps:che:1.0.215")
'io.fabric8.online.apps:che:jar:1.0.215'
<dependency org="io.fabric8.online.apps" name="che" rev="1.0.215">
<artifact name="che" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.online.apps', module='che', version='1.0.215')
)
libraryDependencies += "io.fabric8.online.apps" % "che" % "1.0.215"
[io.fabric8.online.apps/che "1.0.215"]