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