s

spring-boot-starter-fastjson

Springboot自动化配置Fastjson框架并支持JSONP操作。
Files download
File Operation
spring-boot-starter-fastjson-2.2.0.jar download
spring-boot-starter-fastjson-2.2.0.pom download
spring-boot-starter-fastjson-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ruijc</groupId>
  <artifactId>spring-boot-starter-fastjson</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.ruijc:spring-boot-starter-fastjson:2.2.0'
Gradle Kotlin
implementation("com.ruijc:spring-boot-starter-fastjson:2.2.0")
Scala SBT
libraryDependencies += "com.ruijc" % "spring-boot-starter-fastjson" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ruijc', module='spring-boot-starter-fastjson', version='2.2.0')
)
Apache Ivy
<dependency org="com.ruijc" name="spring-boot-starter-fastjson" rev="2.2.0" />
Leiningen
[com.ruijc/spring-boot-starter-fastjson "2.2.0"]
Apache Buildr
'com.ruijc:spring-boot-starter-fastjson:jar:2.2.0'