MVN

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

Maven & Gradle

Feb 28, 2023
28 usages

taotao-cloud-starter-common · taotao-cloud-starter-common

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

Latest Version

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

  • Latest Stable: 2023.03

All Versions

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

  • Version Updated
  • taotao-cloud-starter-common-2023.03

    Feb 28, 2023
  • taotao-cloud-starter-common-2023.02

    Jan 28, 2023
  • taotao-cloud-starter-common-2023.3.01

    Dec 29, 2022
  • taotao-cloud-starter-common-2023.2.01

    Dec 29, 2022
  • taotao-cloud-starter-common-2022.12

    Nov 27, 2022
  • taotao-cloud-starter-common-2022.11

    Oct 31, 2022
  • taotao-cloud-starter-common-2022.10

    Sep 30, 2022
  • taotao-cloud-starter-common-2022.09

    Aug 30, 2022
  • taotao-cloud-starter-common-2022.08

    Aug 01, 2022
  • taotao-cloud-starter-common-2022.07

    Jun 29, 2022
  • taotao-cloud-starter-common-2022.06

    Jun 01, 2022
  • taotao-cloud-starter-common-2022.05

    May 05, 2022
  • taotao-cloud-starter-common-2022.04

    Apr 01, 2022
  • taotao-cloud-starter-common-2022.03

    Mar 01, 2022
  • taotao-cloud-starter-common-2022.02

    Feb 08, 2022
  • taotao-cloud-starter-common-2022.01

    Jan 04, 2022
  • taotao-cloud-starter-common-2021.12

    Dec 01, 2021
  • taotao-cloud-starter-common-2021.11

    Nov 01, 2021
  • taotao-cloud-starter-common-2021.10.1

    Oct 08, 2021
  • taotao-cloud-starter-common-2021.9.3

    Sep 17, 2021
  • taotao-cloud-starter-common-2021.9.2

    Sep 15, 2021
  • taotao-cloud-starter-common-2021.9.1

    Sep 14, 2021
  • taotao-cloud-starter-common-2021.9

    Sep 01, 2021
  • taotao-cloud-starter-common-2021.8.4

    Aug 24, 2021
  • taotao-cloud-starter-common-2021.8.3

    Aug 24, 2021
  • taotao-cloud-starter-common-2021.8.2

    Aug 24, 2021
  • taotao-cloud-starter-common-2021.8.1

    Aug 20, 2021
  • taotao-cloud-starter-common-2021.8

    Aug 19, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-common</artifactId>
    <version>2023.03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.shuigedeng:taotao-cloud-starter-common:2023.03'

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

implementation("io.github.shuigedeng:taotao-cloud-starter-common:2023.03")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-common" % "2023.03"