Files download
File Operation
baidu-spring-boot-starter-2.1.0-RELEASE.jar download
baidu-spring-boot-starter-2.1.0-RELEASE.pom download
baidu-spring-boot-starter-2.1.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.czy1024</groupId>
  <artifactId>baidu-spring-boot-starter</artifactId>
  <version>2.1.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.czy1024:baidu-spring-boot-starter:2.1.0-RELEASE'
Gradle Kotlin
implementation("com.github.czy1024:baidu-spring-boot-starter:2.1.0-RELEASE")
Scala SBT
libraryDependencies += "com.github.czy1024" % "baidu-spring-boot-starter" % "2.1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.czy1024', module='baidu-spring-boot-starter', version='2.1.0-RELEASE')
)
Apache Ivy
<dependency org="com.github.czy1024" name="baidu-spring-boot-starter" rev="2.1.0-RELEASE" />
Leiningen
[com.github.czy1024/baidu-spring-boot-starter "2.1.0-RELEASE"]
Apache Buildr
'com.github.czy1024:baidu-spring-boot-starter:jar:2.1.0-RELEASE'