MVN

com.github.yingzhuo : carnival-spring-boot-starter-kubernetes

Maven & Gradle

Mar 01, 2021
9 stars
<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>carnival-spring-boot-starter-kubernetes</artifactId>
    <version>1.7.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yingzhuo : carnival-spring-boot-starter-kubernetes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.21

All Versions

Choose a version of com.github.yingzhuo : carnival-spring-boot-starter-kubernetes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
carnival-spring-boot-starter-kubernetes-1.7.21
carnival-spring-boot-starter-kubernetes-1.7.20
carnival-spring-boot-starter-kubernetes-1.7.19
carnival-spring-boot-starter-kubernetes-1.7.18
carnival-spring-boot-starter-kubernetes-1.7.17
carnival-spring-boot-starter-kubernetes-1.7.16
carnival-spring-boot-starter-kubernetes-1.7.15
carnival-spring-boot-starter-kubernetes-1.7.14
carnival-spring-boot-starter-kubernetes-1.7.13
1.1.x
carnival-spring-boot-starter-kubernetes-1.1.1
carnival-spring-boot-starter-kubernetes-1.1.0
1.0.x
carnival-spring-boot-starter-kubernetes-1.0.7
carnival-spring-boot-starter-kubernetes-1.0.6
carnival-spring-boot-starter-kubernetes-1.0.5
carnival-spring-boot-starter-kubernetes-1.0.4
carnival-spring-boot-starter-kubernetes-1.0.3
carnival-spring-boot-starter-kubernetes-1.0.2
carnival-spring-boot-starter-kubernetes-1.0.1

How to add a dependency to Maven

Add the following com.github.yingzhuo : carnival-spring-boot-starter-kubernetes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>carnival-spring-boot-starter-kubernetes</artifactId>
    <version>1.7.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yingzhuo : carnival-spring-boot-starter-kubernetes gradle dependency to your build.gradle file:

implementation 'com.github.yingzhuo:carnival-spring-boot-starter-kubernetes:1.7.21'

Gradle Kotlin DSL: Add the following com.github.yingzhuo : carnival-spring-boot-starter-kubernetes gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yingzhuo:carnival-spring-boot-starter-kubernetes:1.7.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yingzhuo : carnival-spring-boot-starter-kubernetes sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-kubernetes" % "1.7.21"