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