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