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