MVN

com.chinagoods.framework.thinkcloud : think-cloud-starter-controller

Maven & Gradle

Dec 16, 2022
0 stars
<dependency>
    <groupId>com.chinagoods.framework.thinkcloud</groupId>
    <artifactId>think-cloud-starter-controller</artifactId>
    <version>3.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chinagoods.framework.thinkcloud : think-cloud-starter-controller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.7.RELEASE

All Versions

Choose a version of com.chinagoods.framework.thinkcloud : think-cloud-starter-controller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
think-cloud-starter-controller-3.1.7.RELEASE
think-cloud-starter-controller-3.1.5.RELEASE
think-cloud-starter-controller-3.1.2.RELEASE
think-cloud-starter-controller-3.1.0.RELEASE
3.0.x
think-cloud-starter-controller-3.0.2.RELEASE
think-cloud-starter-controller-3.0.1.RELEASE
2.0.x
think-cloud-starter-controller-2.0.1.RELEASE

How to add a dependency to Maven

Add the following com.chinagoods.framework.thinkcloud : think-cloud-starter-controller maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chinagoods.framework.thinkcloud</groupId>
    <artifactId>think-cloud-starter-controller</artifactId>
    <version>3.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chinagoods.framework.thinkcloud : think-cloud-starter-controller gradle dependency to your build.gradle file:

implementation 'com.chinagoods.framework.thinkcloud:think-cloud-starter-controller:3.1.7.RELEASE'

Gradle Kotlin DSL: Add the following com.chinagoods.framework.thinkcloud : think-cloud-starter-controller gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chinagoods.framework.thinkcloud:think-cloud-starter-controller:3.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chinagoods.framework.thinkcloud : think-cloud-starter-controller sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chinagoods.framework.thinkcloud" % "think-cloud-starter-controller" % "3.1.7.RELEASE"