f

fastjson-spring-boot-autoconfigure

fastjson integration with springboot.
https://github.com/cuisongliu/fastjson-boot-starter
The MIT License (MIT)
cuisongliu
Files download
File Operation
fastjson-spring-boot-autoconfigure-1.0.jar download
fastjson-spring-boot-autoconfigure-1.0.pom download
fastjson-spring-boot-autoconfigure-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cuisongliu</groupId>
  <artifactId>fastjson-spring-boot-autoconfigure</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.cuisongliu:fastjson-spring-boot-autoconfigure:1.0'
Gradle Kotlin
implementation("com.cuisongliu:fastjson-spring-boot-autoconfigure:1.0")
Scala SBT
libraryDependencies += "com.cuisongliu" % "fastjson-spring-boot-autoconfigure" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cuisongliu', module='fastjson-spring-boot-autoconfigure', version='1.0')
)
Apache Ivy
<dependency org="com.cuisongliu" name="fastjson-spring-boot-autoconfigure" rev="1.0" />
Leiningen
[com.cuisongliu/fastjson-spring-boot-autoconfigure "1.0"]
Apache Buildr
'com.cuisongliu:fastjson-spring-boot-autoconfigure:jar:1.0'
Dependencies