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