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