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