MVN

io.github.shuigedeng : taotao-cloud-starter-processor

Maven & Gradle

Aug 01, 2022
2 usages
184 stars

taotao-cloud-starter-processor · taotao-cloud-starter-processor

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-processor</artifactId>
    <version>2022.08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shuigedeng : taotao-cloud-starter-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.08

All Versions

Choose a version of io.github.shuigedeng : taotao-cloud-starter-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.08
taotao-cloud-starter-processor-2022.08
2022.07
taotao-cloud-starter-processor-2022.07
2022.06
taotao-cloud-starter-processor-2022.06
2022.05
taotao-cloud-starter-processor-2022.05
2022.04
taotao-cloud-starter-processor-2022.04
2022.03
taotao-cloud-starter-processor-2022.03
2022.02
taotao-cloud-starter-processor-2022.02
2022.01
taotao-cloud-starter-processor-2022.01
2021.12
taotao-cloud-starter-processor-2021.12

How to add a dependency to Maven

Add the following io.github.shuigedeng : taotao-cloud-starter-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-processor</artifactId>
    <version>2022.08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shuigedeng : taotao-cloud-starter-processor gradle dependency to your build.gradle file:

implementation 'io.github.shuigedeng:taotao-cloud-starter-processor:2022.08'

Gradle Kotlin DSL: Add the following io.github.shuigedeng : taotao-cloud-starter-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shuigedeng:taotao-cloud-starter-processor:2022.08")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shuigedeng : taotao-cloud-starter-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-processor" % "2022.08"

Advertisement