MVN

cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider

Maven & Gradle

Dec 17, 2021
<dependency>
    <groupId>cn.org.thinkcloud.quickstart</groupId>
    <artifactId>think-cloud-quickstart-manager-provider</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.RELEASE

All Versions

Choose a version of cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
think-cloud-quickstart-manager-provider-1.0.1.RELEASE

How to add a dependency to Maven

Add the following cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.org.thinkcloud.quickstart</groupId>
    <artifactId>think-cloud-quickstart-manager-provider</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider gradle dependency to your build.gradle file:

implementation 'cn.org.thinkcloud.quickstart:think-cloud-quickstart-manager-provider:1.0.1.RELEASE'

Gradle Kotlin DSL: Add the following cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.org.thinkcloud.quickstart:think-cloud-quickstart-manager-provider:1.0.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.org.thinkcloud.quickstart : think-cloud-quickstart-manager-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.org.thinkcloud.quickstart" % "think-cloud-quickstart-manager-provider" % "1.0.1.RELEASE"