Categories |
CategoriesAnt Build Tools Eclipse Che Development Tools IDE |
---|---|
GroupId | GroupIdio.fabric8.tenant.apps |
ArtifactId | ArtifactIdche |
Version | Version2.0.22 |
Type | Typejar |
Filename | Size |
---|---|
che-2.0.22.pom | |
che-2.0.22.jar | 20 KB |
che-2.0.22-openshift.yml | 11 KB |
che-2.0.22-openshift.json | 16 KB |
che-2.0.22-kubernetes.yml | 11 KB |
che-2.0.22-kubernetes.json | 15 KB |
che-2.0.22-helm.tar.gz | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/ -->
<dependency>
<groupId>io.fabric8.tenant.apps</groupId>
<artifactId>che</artifactId>
<version>2.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/
implementation 'io.fabric8.tenant.apps:che:2.0.22'
// https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/
implementation ("io.fabric8.tenant.apps:che:2.0.22")
'io.fabric8.tenant.apps:che:jar:2.0.22'
<dependency org="io.fabric8.tenant.apps" name="che" rev="2.0.22">
<artifact name="che" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.tenant.apps', module='che', version='2.0.22')
)
libraryDependencies += "io.fabric8.tenant.apps" % "che" % "2.0.22"
[io.fabric8.tenant.apps/che "2.0.22"]