MVN

com.github.jiaqi0722 : spring-boot-starter-cc

Maven & Gradle

Jun 10, 2021
0 stars
<dependency>
    <groupId>com.github.jiaqi0722</groupId>
    <artifactId>spring-boot-starter-cc</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jiaqi0722 : spring-boot-starter-cc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.github.jiaqi0722 : spring-boot-starter-cc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.9.x
spring-boot-starter-cc-9.9.9
spring-boot-starter-cc-9.9.9.RELEASE
7.7.x
spring-boot-starter-cc-7.7.7
6.8.x
spring-boot-starter-cc-6.8.8
spring-boot-starter-cc-6.8.8.RELEASE
spring-boot-starter-cc-6.8.6.RELEASE
6.6.x
spring-boot-starter-cc-6.6.12
spring-boot-starter-cc-6.6.11
spring-boot-starter-cc-6.6.6.RELEASE
spring-boot-starter-cc-6.6.6
5.6.x
spring-boot-starter-cc-5.6.11
spring-boot-starter-cc-5.6.6
5.5.x
spring-boot-starter-cc-5.5.5.RELEASE
4.5.x
spring-boot-starter-cc-4.5.10
spring-boot-starter-cc-4.5.9
spring-boot-starter-cc-4.5.8
spring-boot-starter-cc-4.5.7
spring-boot-starter-cc-4.5.6
1.3.x
spring-boot-starter-cc-1.3.5
spring-boot-starter-cc-1.3.3
1.2.x
spring-boot-starter-cc-1.2.1
1.1.x
spring-boot-starter-cc-1.1.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jiaqi0722</groupId>
    <artifactId>spring-boot-starter-cc</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jiaqi0722:spring-boot-starter-cc:1.3.3'

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

implementation("com.github.jiaqi0722:spring-boot-starter-cc:1.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jiaqi0722" % "spring-boot-starter-cc" % "1.3.3"