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