MVN

io.fabric8.tenant.apps : che

Maven & Gradle

Oct 18, 2018
1 usages

Fabric8 Tenant :: Che :: Apps :: Che

<dependency>
    <groupId>io.fabric8.tenant.apps</groupId>
    <artifactId>che</artifactId>
    <version>2.0.91</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.tenant.apps : che to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.91

All Versions

Choose a version of io.fabric8.tenant.apps : che to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
che-2.0.91
che-2.0.90
che-2.0.89
che-2.0.88
che-2.0.87
che-2.0.86
che-2.0.85
che-2.0.84
che-2.0.83
che-2.0.82
che-2.0.81
che-2.0.80
che-2.0.79
che-2.0.78
che-2.0.77
che-2.0.76
che-2.0.75
che-2.0.74
che-2.0.73
che-2.0.72
che-2.0.71
che-2.0.70
che-2.0.69
che-2.0.68
che-2.0.67
che-2.0.66
che-2.0.65
che-2.0.64
che-2.0.63
che-2.0.62
che-2.0.61
che-2.0.60
che-2.0.59
che-2.0.58
che-2.0.57
che-2.0.56
che-2.0.55
che-2.0.54
che-2.0.53
che-2.0.52
che-2.0.51
che-2.0.50
che-2.0.49
che-2.0.48
che-2.0.47
che-2.0.46
che-2.0.45
che-2.0.44
che-2.0.43
che-2.0.42
che-2.0.41
che-2.0.40
che-2.0.39
che-2.0.38
che-2.0.37
che-2.0.36
che-2.0.35
che-2.0.34
che-2.0.33
che-2.0.32
che-2.0.31
che-2.0.30
che-2.0.29
che-2.0.28
che-2.0.27
che-2.0.26
che-2.0.25
che-2.0.24
che-2.0.23
che-2.0.22
che-2.0.21
che-2.0.20
che-2.0.19
che-2.0.18
che-2.0.17
che-2.0.16
che-2.0.15
che-2.0.14
che-2.0.13
che-2.0.12
che-2.0.11
che-2.0.10
che-2.0.9
che-2.0.8
che-2.0.7
che-2.0.6
che-2.0.5
che-2.0.4
che-2.0.3
che-2.0.2
che-2.0.1
che-2.0.0
1.0.x
che-1.0.0

How to add a dependency to Maven

Add the following io.fabric8.tenant.apps : che maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.tenant.apps</groupId>
    <artifactId>che</artifactId>
    <version>2.0.91</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.tenant.apps : che gradle dependency to your build.gradle file:

implementation 'io.fabric8.tenant.apps:che:2.0.91'

Gradle Kotlin DSL: Add the following io.fabric8.tenant.apps : che gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.tenant.apps:che:2.0.91")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.tenant.apps : che sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.tenant.apps" % "che" % "2.0.91"

Advertisement