MVN

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

Maven & Gradle

Sep 30, 2022
2 usages
184 stars

taotao-cloud-starter-shardingsphere · taotao-cloud-starter-shardingsphere

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

Latest Version

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

  • Latest Stable: 2022.10

All Versions

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

Version Vulnerabilities Updated
2022.10
taotao-cloud-starter-shardingsphere-2022.10
2022.09
taotao-cloud-starter-shardingsphere-2022.09
2022.08
taotao-cloud-starter-shardingsphere-2022.08
2022.07
taotao-cloud-starter-shardingsphere-2022.07
2022.06
taotao-cloud-starter-shardingsphere-2022.06
2022.05
taotao-cloud-starter-shardingsphere-2022.05
2022.04
taotao-cloud-starter-shardingsphere-2022.04
2022.03
taotao-cloud-starter-shardingsphere-2022.03
2022.02
taotao-cloud-starter-shardingsphere-2022.02
2022.01
taotao-cloud-starter-shardingsphere-2022.01
2021.12
taotao-cloud-starter-shardingsphere-2021.12
2021.11
taotao-cloud-starter-shardingsphere-2021.11
2021.10.x
taotao-cloud-starter-shardingsphere-2021.10.1
2021.9.x
taotao-cloud-starter-shardingsphere-2021.9.3
taotao-cloud-starter-shardingsphere-2021.9.2
taotao-cloud-starter-shardingsphere-2021.9.1
2021.9
taotao-cloud-starter-shardingsphere-2021.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-shardingsphere</artifactId>
    <version>2022.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.shuigedeng:taotao-cloud-starter-shardingsphere:2022.10'

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

implementation("io.github.shuigedeng:taotao-cloud-starter-shardingsphere:2022.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-shardingsphere" % "2022.10"

Advertisement