License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Eclipse Che Development Tools IDE |
GroupId | GroupIdio.fabric8.tenant.apps |
ArtifactId | ArtifactIdche |
Last Version | Last Version2.0.91 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFabric8 Tenant :: Che :: Apps :: Che
Fabric8 Tenant :: Che :: Apps
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
che-2.0.91.pom | |
che-2.0.91.jar | 22 KB |
che-2.0.91-openshift.yml | 12 KB |
che-2.0.91-openshift.json | 17 KB |
che-2.0.91-kubernetes.yml | 12 KB |
che-2.0.91-kubernetes.json | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/ -->
<dependency>
<groupId>io.fabric8.tenant.apps</groupId>
<artifactId>che</artifactId>
<version>2.0.91</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/
implementation 'io.fabric8.tenant.apps:che:2.0.91'
// https://jarcasting.com/artifacts/io.fabric8.tenant.apps/che/
implementation ("io.fabric8.tenant.apps:che:2.0.91")
'io.fabric8.tenant.apps:che:jar:2.0.91'
<dependency org="io.fabric8.tenant.apps" name="che" rev="2.0.91">
<artifact name="che" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.tenant.apps', module='che', version='2.0.91')
)
libraryDependencies += "io.fabric8.tenant.apps" % "che" % "2.0.91"
[io.fabric8.tenant.apps/che "2.0.91"]