Files download
File Operation
taotao-cloud-starter-core-2023.3.01.jar download
taotao-cloud-starter-core-2023.3.01.pom download
taotao-cloud-starter-core-2023.3.01-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shuigedeng</groupId>
  <artifactId>taotao-cloud-starter-core</artifactId>
  <version>2023.3.01</version>
</dependency>
Gradle Groovy
implementation 'io.github.shuigedeng:taotao-cloud-starter-core:2023.3.01'
Gradle Kotlin
implementation("io.github.shuigedeng:taotao-cloud-starter-core:2023.3.01")
Scala SBT
libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-core" % "2023.3.01"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shuigedeng', module='taotao-cloud-starter-core', version='2023.3.01')
)
Apache Ivy
<dependency org="io.github.shuigedeng" name="taotao-cloud-starter-core" rev="2023.3.01" />
Leiningen
[io.github.shuigedeng/taotao-cloud-starter-core "2023.3.01"]
Apache Buildr
'io.github.shuigedeng:taotao-cloud-starter-core:jar:2023.3.01'